[Doxygen-users] doxygen failes to generate docu for C++ member function
Brought to you by:
dimitri
From: Zack S. <za...@gm...> - 2016-03-03 19:35:27
|
Hi there, I have a member function called: "std::vector<type> get_base_classes() const" which will not be generated. Documentation can be found online: http://www.rttr.org/doc/master/classrttr_1_1type.html Here is the source file of the header: http://www.rttr.org/doc/master/type_8h_source.html The function is there, but for unknown reason it will not be documented. I am using 1.8.11 for windows. What can I do about it? Regards. |