summaryrefslogtreecommitdiffstats
path: root/src/htmlgen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/htmlgen.cpp')
-rw-r--r--src/htmlgen.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/htmlgen.cpp b/src/htmlgen.cpp
index 9703d81..40eed09 100644
--- a/src/htmlgen.cpp
+++ b/src/htmlgen.cpp
@@ -29,6 +29,7 @@
#include "version.h"
#include "dot.h"
#include "language.h"
+#include "htmlhelp.h"
#define GROUP_COLOR "#ff8080"
@@ -157,6 +158,11 @@ void HtmlGenerator::startFile(const char *name,const char *title,bool external)
lastTitle=title;
if (fileName.right(5)!=".html") fileName+=".html";
startPlainFile(fileName);
+ if (Config::htmlHelpFlag)
+ {
+ HtmlHelp::getInstance()->addIndexFile(fileName);
+ }
+
lastFile = fileName;
if (header.isEmpty())
{