summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorppescher <p.messina@robotechsrl.com>2015-03-27 11:57:39 (GMT)
committerppescher <p.messina@robotechsrl.com>2015-03-27 11:57:39 (GMT)
commit700a9ac3c177fdef25b9b00ed6bb5e0ea963d236 (patch)
tree0fa73cdc692c7610cc55da0db0adf980811e3956 /src
parent87429a2609b822d2b08ec17fb2a20464a5043c9e (diff)
downloadDoxygen-700a9ac3c177fdef25b9b00ed6bb5e0ea963d236.zip
Doxygen-700a9ac3c177fdef25b9b00ed6bb5e0ea963d236.tar.gz
Doxygen-700a9ac3c177fdef25b9b00ed6bb5e0ea963d236.tar.bz2
fix for CHM TOC "Classes" entry to point to annotated file
bug: when layout file disables Class List but Classes are still visible the related TOC entry of Compiled HTML Help file does not link to any page, so the annotated.html file is not reachable from the TOC tree even though it still gets generated
Diffstat (limited to 'src')
-rw-r--r--src/index.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.cpp b/src/index.cpp
index 2cb7de2..e7ba8e7 100644
--- a/src/index.cpp
+++ b/src/index.cpp
@@ -4140,7 +4140,7 @@ static void writeIndexHierarchyEntries(OutputList &ol,const QList<LayoutNavEntry
case LayoutNavEntry::Classes:
if (annotatedClasses>0 && addToIndex)
{
- Doxygen::indexList->addContentsItem(TRUE,lne->title(),0,0,0);
+ Doxygen::indexList->addContentsItem(TRUE,lne->title(),0,"annotated",0);
Doxygen::indexList->incContentsDepth();
needsClosing=TRUE;
}
ize -rw-r--r--.autom4te.cfg639logstatsplain -rw-r--r--.clang-format2634logstatsplain -rw-r--r--.gitattributes39678logstatsplain d---------.github202logstatsplain -rw-r--r--.gitignore810logstatsplain -rw-r--r--.h5chkright.ini1598logstatsplain -rw-r--r--ACKNOWLEDGMENTS683logstatsplain -rw-r--r--CMakeFilters.cmake6651logstatsplain -rw-r--r--CMakeInstallation.cmake24540logstatsplain -rw-r--r--CMakeLists.txt57396logstatsplain -rw-r--r--CMakePlugins.cmake2367logstatsplain -rw-r--r--CODE_OF_CONDUCT.md5219logstatsplain -rw-r--r--COPYING5505logstatsplain -rw-r--r--COPYING_LBNL_HDF52638logstatsplain -rw-r--r--CTestConfig.cmake1940logstatsplain -rw-r--r--Makefile.am8316logstatsplain -rw-r--r--Makefile.dist1109logstatsplain