lvecbase3/4/2f

Is there any reason why these and their derived classes are not in the c++ reference page sorted by class list? Documentation does exist for them accessible from the class hierarchy page, but it seems weird to not have them listed in the class list.

It’s because doxygen has trouble parsing these class files that are full of macros. I may be able to work around it by preprocessing those files before feeding them to doxygen.