diff options
Diffstat (limited to 'src/doxygen.h')
-rw-r--r-- | src/doxygen.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/doxygen.h b/src/doxygen.h index 3357c7d..d2331f0 100644 --- a/src/doxygen.h +++ b/src/doxygen.h @@ -50,6 +50,8 @@ class StringDict : public QDict<QCString> }; +extern QCString htmlFileExtension; +extern int htmlFileExtensionLength; extern QCString spaces; /*! \brief This class serves as a namespace for global variables used by doxygen. |