-
Bug
-
Resolution: Unresolved
-
Minor
-
Jenkins 2.222.1, Warnings Next Generation Plugin 8.1.0, Doxygen 1.8.13
I got lots of Doxygen warnings similar to these:
/repo/src/libraries/base/include/configuration.h(115): warning: Member Notify(const IProperty &oProperty) override (function) of class property_variable< T > is not documented. /repo/src/libraries/base/include/configuration.h(120): warning: Member GetType(IString &&strType) const override (function) of class property_variable< T > is not documented. /repo/src/libraries/base/include/configuration.h(125): warning: Member GetValue() const override (function) of class property_variable< T > is not documented. /repo/src/libraries/base/include/configuration.h(130): warning: Member operator*() const (function) of class property_variable< T > is not documented. /repo/src/libraries/base/include/configuration.h(135): warning: Member operator const T &() const (function) of class property_variable< T > is not documented. /repo/src/libraries/base/include/configuration.h(140): warning: Member operator==(const T &oVal) (function) of class property_variable< T > is not documented. /repo/src/libraries/base/include/configuration.h(145): warning: Member operator!=(const T &oVal) (function) of class property_variable< T > is not documented.
But non of them is detected, instead the same warnings are detected as with the GCC parser.
This might be related to JENKINS-60469
- relates to
-
JENKINS-60469 Doxygen parser not detecting error
- Open
-
JENKINS-64657 Doxygen Error messages not parsed
- Resolved