[cfe-dev] doxygen messed up with final keyword

via cfe-dev cfe-dev at lists.llvm.org
Tue Feb 2 12:18:42 PST 2016


 
If you have a look here http://clang.llvm.org/doxygen/classclang_1_1final.html , you'll see what I mean. All classes annotated with the "final" keyword get completely messed up. This also means that classes are missing from the Stmt / Decl class hierarchies, which is very confusing.

Just defining "final" to nothing during a doxygen run should do the trick. 

- Jorg



More information about the cfe-dev mailing list