Skip to content

Commit 9c9e42f

Browse files
committed
bug 334859 HTMLHELP: Underscore in chm file name prevents linking between chm files
The problem here looks like a bit of a quirk in the html help compiler. Created a note in the documentation.
1 parent d359b0a commit 9c9e42f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/faq.doc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,14 @@ configuration file for project \e a you write:
167167
TAGFILES = b.tag=b.chm::
168168
\endverbatim
169169

170+
Note:<br>
171+
In case the chm file you refer to contains an underscore the linking doesn't work and one has to use a construct with
172+
`mk:@MSITStore:` so (e.g. for the reference to `b_file.chm`):
173+
\verbatim
174+
TAGFILES = b.tag=mk:@MSITStore:b_file.chm::
175+
\endverbatim
176+
177+
170178
\section faq_html I don't like the quick index that is put above each HTML page, what do I do?
171179

172180
You can disable the index by setting \ref cfg_disable_index "DISABLE_INDEX" to `YES`. Then you can

0 commit comments

Comments
 (0)