Hi all,

I'd like to find a way to enumerate all leaf classes in a large C++ code base 
[*]. While it doesn't have
anything to do with documentation, Doxygen seems to be the only tool which can 
reliably analyze
inheritance hierarchy of the project. However, as there are too many classes, 
some kind of automation
is still missing.

Is there any better way to find all leaf classes then parsing of hierarchy.html 
contents?

[*] To avoid suspicions of XY problem, I need that to ensure all leaf classes 
have 'final' specifier

--
Regards,
Konstantin


_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to