diff options
Diffstat (limited to 'src/doxygen.h')
-rw-r--r-- | src/doxygen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doxygen.h b/src/doxygen.h index f97c23c..72d3a80 100644 --- a/src/doxygen.h +++ b/src/doxygen.h @@ -93,7 +93,7 @@ class Doxygen static QIntDict<QCString> memberDocDict; // dictionary of the member groups heading static QDict<void> expandAsDefinedDict; static NamespaceDef *globalScope; - static QDict<RefList> *specialLists; // array of special lists: todo, test, bug ... + static QDict<RefList> *specialLists; // array of special lists: todo, test, bug, deprecated ... }; void initDoxygen(); |