diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2016-05-20 19:19:04 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2016-05-28 14:20:01 (GMT) |
commit | e629fc64d42121e86bf2230a3b515d1d0d868dcd (patch) | |
tree | a120595680a5bdb5231757924344090c851f1060 /src/htmlhelp.h | |
parent | d38d33cef2241cd8d29c99f519d21ae225453357 (diff) | |
download | Doxygen-e629fc64d42121e86bf2230a3b515d1d0d868dcd.zip Doxygen-e629fc64d42121e86bf2230a3b515d1d0d868dcd.tar.gz Doxygen-e629fc64d42121e86bf2230a3b515d1d0d868dcd.tar.bz2 |
Fixed for index.hhp output when using template engine
Diffstat (limited to 'src/htmlhelp.h')
-rw-r--r-- | src/htmlhelp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/htmlhelp.h b/src/htmlhelp.h index 8191d03..9c3fa04 100644 --- a/src/htmlhelp.h +++ b/src/htmlhelp.h @@ -84,6 +84,7 @@ class HtmlHelp : public IndexIntf void addIndexFile(const char *name); void addImageFile(const char *); void addStyleSheetFile(const char *) {} + static QCString getLanguageString(); private: friend class HtmlHelpIndex; |