Page MenuHomePhabricator

cpp mircoservoces raise doc warnings
Closed, ResolvedPublic

Description

warning: Tag 'COLS_IN_ALPHA_INDEX' at line 1056 of file '/home/neher/coding/mitk/release/MITK-build/Documentation/doxygen.conf' has become obsolete.
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
/home/neher/coding/mitk/mitk/Modules/CppMicroServices/core/doc/doxygen/MicroServices_Debugging.dox:5: warning: Documentation for undefined enum 'MsgType' found.

Fix:
add the following to MicroServices_Debugging.dox

enum MsgType
{
    DebugMsg,
    InfoMsg,
    WarningMsg,
    ErrorMsg
};

and run doxygen -u /mitk/Modules/CppMicroServices/doc/doxygen.conf.in