We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d359b0a commit 9c9e42fCopy full SHA for 9c9e42f
doc/faq.doc
@@ -167,6 +167,14 @@ configuration file for project \e a you write:
167
TAGFILES = b.tag=b.chm::
168
\endverbatim
169
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
178
\section faq_html I don't like the quick index that is put above each HTML page, what do I do?
179
180
You can disable the index by setting \ref cfg_disable_index "DISABLE_INDEX" to `YES`. Then you can
0 commit comments