Skip to content

Commit

Permalink
bug 334859 HTMLHELP: Underscore in chm file name prevents linking bet…
Browse files Browse the repository at this point in the history
…ween chm files

More general text
  • Loading branch information
albert-github committed Apr 11, 2022
1 parent 9c9e42f commit fc5e62b
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions doc/faq.doc
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ If you want to refer from one compressed HTML file
called \c b.chm, the
link in \c a.chm must have the following format:
\verbatim
<a href="b.chm::/file.html">
<a href="mk:@MSITStore:b.chm::/file.html">
\endverbatim
Unfortunately this only works if both compressed HTML files are in the same
directory.
Expand All @@ -164,17 +164,9 @@ Suppose you have a project \e a referring to a project \e b using tag file
\c a.chm and the \c index.chm for project \e b into \c b.chm. In the
configuration file for project \e a you write:
\verbatim
TAGFILES = b.tag=b.chm::
TAGFILES = b.tag=mk:@MSITStore:b.chm::
\endverbatim

Note:<br>
In case the chm file you refer to contains an underscore the linking doesn't work and one has to use a construct with
`mk:@MSITStore:` so (e.g. for the reference to `b_file.chm`):
\verbatim
TAGFILES = b.tag=mk:@MSITStore:b_file.chm::
\endverbatim


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

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

0 comments on commit fc5e62b

Please sign in to comment.