dexonsmith added a comment. In https://reviews.llvm.org/D50539#1273654, @vsapsai wrote:
> I was using `//` instead of `///` on purpose. Class `VFSFromYamlDirIterImpl` > resides entirely in .cpp file and isn't available outside of it. Comments are > supposed to cover implementation details and intention, not class interface. > That's why I think those comments shouldn't be consumed by Doxygen. Does it > make sense or do you think it would be better to have those comments in > Doxygen? IMO we should have the doxygen comments for any developer that's trying to expand/use/understand the impl class. In my experience the main reasons we stuff things in .cpp files are to optimize compile time and to enable better optimizations within a TU. https://reviews.llvm.org/D50539 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits