diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2002-08-11 20:15:10 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2002-08-11 20:15:10 (GMT) |
commit | 17e35fd285d98df3c7fe59ee8805152726c3572e (patch) | |
tree | 9e4492a0b5642a047896b46030df4d8a97e2f4f8 /src/doxygen.h | |
parent | 5d63a37e7097d6a0467da4895296688abd366b0a (diff) | |
download | Doxygen-17e35fd285d98df3c7fe59ee8805152726c3572e.zip Doxygen-17e35fd285d98df3c7fe59ee8805152726c3572e.tar.gz Doxygen-17e35fd285d98df3c7fe59ee8805152726c3572e.tar.bz2 |
Release-1.2.17-20020811
Diffstat (limited to 'src/doxygen.h')
-rw-r--r-- | src/doxygen.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/doxygen.h b/src/doxygen.h index 72d3a80..2938a34 100644 --- a/src/doxygen.h +++ b/src/doxygen.h @@ -51,8 +51,6 @@ 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. @@ -94,6 +92,7 @@ class Doxygen static QDict<void> expandAsDefinedDict; static NamespaceDef *globalScope; static QDict<RefList> *specialLists; // array of special lists: todo, test, bug, deprecated ... + static QCString htmlFileExtension; }; void initDoxygen(); |