anb0s / eclox

Eclox is a simple doxygen frontend plug-in for eclipse. It aims to provide a slim and sleek integration of the code documentation process into Eclipse.
http://anb0s.github.io/eclox
Eclipse Public License 2.0
35 stars 2 forks source link

Missed doxygen output #51

Closed anb0s closed 8 years ago

anb0s commented 9 years ago

Original Savannah ticket 6047 reported by None on Wed May 31 16:55:07 2006.

The following text from the doxygen output did not appear correctly in the reported problem markers.

/home/Dev/Bundles/ui/src/ui/Aspect.cpp:290: Warning: no matching class member found for ui::Aspect::Aspect(::runtime::shared_ptr< runtime::ConfigurationElement > descriptor) Possible candidates: UI_API ui::Aspect::Aspect(::runtime::shared_ptr< ::runtime::ConfigurationElement > descriptor)

anb0s commented 8 years ago

cannot reproduce anymore