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
34 stars 2 forks source link

improve detection of warnings concerning undocumented parameters #108

Closed anb0s closed 6 years ago

anb0s commented 9 years ago

Original Savannah ticket 3118 reported by None on Tue Apr 04 14:46:01 2006.

Parse doxygen buil output log and add bookmarks on files where doxygen reported problems.

anb0s commented 9 years ago

Comment by gbrocker on Fri May 19 17:14:42 2006

After doxygen builds, the build job searches the log for warning and error messages.

anb0s commented 9 years ago

Comment by gbrocker on Fri May 26 14:56:47 2006

Fix a bug in the pattern used to search for problems reported by doxygen in the log. It did only partially match wrning concerning undocumented parameters.

anb0s commented 6 years ago

verified with 0.12 --> fixed