Re: [Doxygen-users] doxygen failes to generate docu for C++ member function

2016-03-03 Thread Dimitri van Heesch
Hi Zack, > On 03 Mar 2016, at 20:35 , Zack Snyder wrote: > > Hi there, > > I have a member function called: "std::vector 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 sourc

[Doxygen-users] doxygen failes to generate docu for C++ member function

2016-03-03 Thread Zack Snyder
Hi there, I have a member function called: "std::vector 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