From 89638fbc9961bd9a1e9cb7bc25e5f739936e8a43 Mon Sep 17 00:00:00 2001 From: Dimitri van Heesch Date: Tue, 4 Feb 2014 21:43:10 +0100 Subject: Missing & and chars after " in tree of chm documentation In the chm-doxygen manual we see that for: - the command \& the & is missing - commands containing a " all text is missing after this " These are known limitations of the chm format (see e.g. http://www.helpware.net/htmlhelp/hhwreadme.htm) --- src/htmlhelp.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/htmlhelp.cpp b/src/htmlhelp.cpp index aa0727c..50aea83 100644 --- a/src/htmlhelp.cpp +++ b/src/htmlhelp.cpp @@ -35,6 +35,7 @@ #include "groupdef.h" #include "memberdef.h" #include "filedef.h" +#include "util.h" //---------------------------------------------------------------------------- @@ -626,7 +627,7 @@ void HtmlHelp::addContentsItem(bool isDir, } int i; for (i=0;i"; - cts << ""; + cts << ""; if (file) // made file optional param - KPW { if (file && (file[0]=='!' || file[0]=='^')) // special markers for user defined URLs -- cgit v0.12