summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFriedrich W. H. Kossebau <kossebau@kde.org>2016-10-30 10:15:14 (GMT)
committerFriedrich W. H. Kossebau <kossebau@kde.org>2016-10-30 10:15:14 (GMT)
commitbf9415698e53d79b4b94bdf64a52be4347eb3150 (patch)
treeb4ad8456351a0e9be122233e37ec75ab87ab68d7
parentd571efb062fbe17d7257f3971e3db6c9cba833d0 (diff)
downloadDoxygen-bf9415698e53d79b4b94bdf64a52be4347eb3150.zip
Doxygen-bf9415698e53d79b4b94bdf64a52be4347eb3150.tar.gz
Doxygen-bf9415698e53d79b4b94bdf64a52be4347eb3150.tar.bz2
Fix: Add missing jquery.js, dynsections.js & optional svgpan.js to QCH file
-rw-r--r--src/htmlgen.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/htmlgen.cpp b/src/htmlgen.cpp
index 5b4519b..0ca7182 100644
--- a/src/htmlgen.cpp
+++ b/src/htmlgen.cpp
@@ -1026,6 +1026,13 @@ void HtmlGenerator::writeStyleInfo(int part)
}
}
}
+
+ Doxygen::indexList->addStyleSheetFile("jquery.js");
+ Doxygen::indexList->addStyleSheetFile("dynsections.js");
+ if (Config_getBool(INTERACTIVE_SVG))
+ {
+ Doxygen::indexList->addStyleSheetFile("svgpan.js");
+ }
}
}