summaryrefslogtreecommitdiffstats
path: root/src/htmlhelp.h
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2020-05-30 14:05:47 (GMT)
committeralbert-github <albert.tests@gmail.com>2020-05-30 14:05:47 (GMT)
commit7c62ce232d629e81d611de8d2428f05f080472d0 (patch)
tree3717274f282843485b08de8681edde2b62affaef /src/htmlhelp.h
parent1705a1442dfa83d6c442bb45ed0d6e76f135ee5a (diff)
downloadDoxygen-7c62ce232d629e81d611de8d2428f05f080472d0.zip
Doxygen-7c62ce232d629e81d611de8d2428f05f080472d0.tar.gz
Doxygen-7c62ce232d629e81d611de8d2428f05f080472d0.tar.bz2
Creating chm files for doxygen tests
By means of `nmake tests TEST_FLAGS="--xhtml --keep --cfg GENERATE_HTMLHELP=YES --cfg HHC_LOCATION=C:/PROGRA~2/HTMLHE~1/hhc.exe --cfg SEARCHENGINE=NO" it is possible to generate for each doxygen test an index.chm, but there are a number of problems: - it is only possible to use extension `.html` so this is now automatically done (configimpl.l) otherwise when opening the file an error is displayed. - it is not [possible to use "empty" hhc / hhk file (i.e. no `<li>` elements), in this case the files are still generated but not used anymore (error like `error: failed to run html help compiler on index.hhp` e.g. for test 1). - a full qualified / absolute is not allowed for e.g msc images (test 37) the files should anyway be on the "html" directory so just using the filename in the "hhp" file (` t << QFileInfo(imageFiles.at(i)).fileName().data() << endl;`)
Diffstat (limited to 'src/htmlhelp.h')
-rw-r--r--src/htmlhelp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/htmlhelp.h b/src/htmlhelp.h
index 184b929..043fa1a 100644
--- a/src/htmlhelp.h
+++ b/src/htmlhelp.h
@@ -92,6 +92,7 @@ class HtmlHelp : public IndexIntf
QFile *cf,*kf;
FTextStream cts,kts;
+ bool ctsItemPresent = false;
HtmlHelpIndex *index;
int dc;
QStrList indexFiles;