Customizable doxy formats.

This commit is contained in:
Roberto Raggi
2009-02-20 12:08:34 +01:00
parent 5bf1f27e20
commit 8002b1a94c
5 changed files with 12 additions and 5 deletions

View File

@@ -84,6 +84,9 @@ const char * const C_OPERATOR = "Operator";
const char * const C_PREPROCESSOR = "Preprocessor";
const char * const C_LABEL = "Label";
const char * const C_COMMENT = "Comment";
const char * const C_DOXYGEN_COMMENT = "Doxygen.Comment";
const char * const C_DOXYGEN_TAG = "Doxygen.Tag";
const char * const C_DISABLED_CODE = "DisabledCode";
const char * const C_ADDED_LINE = "AddedLine";