Skip to content

Commit 77aaa31

Browse files
authored
Merge pull request doxygen#9248 from albert-github/feature/bug_334859
bug 334859 HTMLHELP: Underscore in chm file name prevents linking between chm files
2 parents ec037ee + fc5e62b commit 77aaa31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/faq.doc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ If you want to refer from one compressed HTML file
151151
called \c b.chm, the
152152
link in \c a.chm must have the following format:
153153
\verbatim
154-
<a href="b.chm::/file.html">
154+
<a href="mk:@MSITStore:b.chm::/file.html">
155155
\endverbatim
156156
Unfortunately this only works if both compressed HTML files are in the same
157157
directory.
@@ -164,7 +164,7 @@ Suppose you have a project \e a referring to a project \e b using tag file
164164
\c a.chm and the \c index.chm for project \e b into \c b.chm. In the
165165
configuration file for project \e a you write:
166166
\verbatim
167-
TAGFILES = b.tag=b.chm::
167+
TAGFILES = b.tag=mk:@MSITStore:b.chm::
168168
\endverbatim
169169

170170
\section faq_html I don't like the quick index that is put above each HTML page, what do I do?

0 commit comments

Comments
 (0)