[Doxygen-users] Missing \endcode? message
Brought to you by:
dimitri
From: Arthur S. <asc...@at...> - 2014-04-16 15:05:56
|
Doxygen v1.8.6 Diagnostic Message: SlipWrite.cpp:10: warning: File ended in the middle of a comment block! Perhaps a missing \endcode? Removing the namespace slip { }; or replacing "/*/" with "*/" removes the warning. Namespace seems to work in other contexts and I don't think that "/*/" is a valid Doxygen command. Is this a bug? ================== code ================== namespace slip { void SlipWrite::fitOutput(string& str) { static const char xTable[256] = { /* sp ! " # $ % & ' ( ) * + - , . /*/ SPC, IGN, QUO, IGN, IGN, IGN, IGN, CHR, IGN, IGN, IGN, IGN, IGN, IGN, IGN, 0, }; }; // void SlipWrite::fitOutput(string& str) }; |