diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2008-10-12 11:30:16 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2008-10-12 11:30:16 (GMT) |
commit | b37fae19ca1cab9c4daf0a09d5f31f92d0c80e1b (patch) | |
tree | df8e13e4cac8b44414890fbf25c4bcd702d5ebd3 /src/doxygen.cpp | |
parent | 2b7214abe11ecabe1030a6e757f067e6d77500e7 (diff) | |
download | Doxygen-b37fae19ca1cab9c4daf0a09d5f31f92d0c80e1b.zip Doxygen-b37fae19ca1cab9c4daf0a09d5f31f92d0c80e1b.tar.gz Doxygen-b37fae19ca1cab9c4daf0a09d5f31f92d0c80e1b.tar.bz2 |
Release-1.5.7.1-20081012
Diffstat (limited to 'src/doxygen.cpp')
-rw-r--r-- | src/doxygen.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/doxygen.cpp b/src/doxygen.cpp index ee72020..ad82bbb 100644 --- a/src/doxygen.cpp +++ b/src/doxygen.cpp @@ -10050,6 +10050,11 @@ void generateOutput() if (usingTreeIndex()) Doxygen::indexList.addIndex(new FTVHelp); if (Config_getBool("GENERATE_DOCSET")) Doxygen::indexList.addIndex(new DocSets); Doxygen::indexList.initialize(); + Doxygen::indexList.addImageFile("tab_r.gif"); + Doxygen::indexList.addImageFile("tab_l.gif"); + Doxygen::indexList.addImageFile("tab_b.gif"); + Doxygen::indexList.addStyleSheetFile("tabs.css"); + Doxygen::indexList.addImageFile("doxygen.png"); if (Config_getBool("HTML_DYNAMIC_SECTIONS")) HtmlGenerator::generateSectionImages(); copyStyleSheet(); } |