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) }; ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders in the field, this first edition is now available. Download your free book today! http://p.sf.net/sfu/NeoTech _______________________________________________ Doxygen-users mailing list Doxygen-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/doxygen-users