diff options
Diffstat (limited to 'src/doxygen.h')
-rw-r--r-- | src/doxygen.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/doxygen.h b/src/doxygen.h index 59c2f05..5b85dc7 100644 --- a/src/doxygen.h +++ b/src/doxygen.h @@ -93,6 +93,7 @@ class Doxygen static NamespaceDef *globalScope; static QDict<RefList> *xrefLists; // array of xref lists: todo, test, bug, deprecated ... static QCString htmlFileExtension; + static bool parseSourcesNeeded; }; void initDoxygen(); |