summaryrefslogtreecommitdiffstats
path: root/src/htmlhelp.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2011-01-23 17:25:30 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2011-01-23 17:25:30 (GMT)
commiteba15fd2fe9a0b186fbf7b63d7eab729057c7f6b (patch)
tree56f084a80118debb8b5569e59a7435a20fc82b03 /src/htmlhelp.cpp
parent2149c9cb1315b6a42457dd991171bf4fcf7d7015 (diff)
downloadDoxygen-eba15fd2fe9a0b186fbf7b63d7eab729057c7f6b.zip
Doxygen-eba15fd2fe9a0b186fbf7b63d7eab729057c7f6b.tar.gz
Doxygen-eba15fd2fe9a0b186fbf7b63d7eab729057c7f6b.tar.bz2
Release-1.7.3-20110123
Diffstat (limited to 'src/htmlhelp.cpp')
-rw-r--r--src/htmlhelp.cpp32
1 files changed, 31 insertions, 1 deletions
diff --git a/src/htmlhelp.cpp b/src/htmlhelp.cpp
index fb84938..65f6acb 100644
--- a/src/htmlhelp.cpp
+++ b/src/htmlhelp.cpp
@@ -2,7 +2,7 @@
*
*
*
- * Copyright (C) 1997-2010 by Dimitri van Heesch.
+ * Copyright (C) 1997-2011 by Dimitri van Heesch.
*
* Permission to use, copy, modify, and distribute this software and its
* documentation under the terms of the GNU General Public License is hereby
@@ -497,6 +497,36 @@ void HtmlHelp::createProjectFile()
t << "open.png" << endl;
t << "closed.png" << endl;
}
+ if (Config_getBool("GENERATE_HTMLHELP"))
+ {
+ t << "ftv2blank.png" << endl;
+ t << "ftv2doc.png" << endl;
+ t << "ftv2folderclosed.png" << endl;
+ t << "ftv2folderopen.png" << endl;
+ t << "ftv2lastnode.png" << endl;
+ t << "ftv2link.png" << endl;
+ t << "ftv2mlastnode.png" << endl;
+ t << "ftv2mnode.png" << endl;
+ t << "ftv2node.png" << endl;
+ t << "ftv2plastnode.png" << endl;
+ t << "ftv2pnode.png" << endl;
+ t << "ftv2vertline.png" << endl;
+ }
+ if (Config_getBool("SEARCHENGINE"))
+ {
+ t << "search_l.png" << endl;
+ t << "search_m.png" << endl;
+ t << "search_r.png" << endl;
+ if (Config_getBool("SERVER_BASED_SEARCH"))
+ {
+ t << "mag.png" << endl;
+ }
+ else
+ {
+ t << "mag_sel.png" << endl;
+ t << "close.png" << endl;
+ }
+ }
f.close();
}
else