File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ If you want to refer from one compressed HTML file
151
151
called \c b.chm, the
152
152
link in \c a.chm must have the following format:
153
153
\verbatim
154
- <a href="b.chm::/file.html">
154
+ <a href="mk:@MSITStore: b.chm::/file.html">
155
155
\endverbatim
156
156
Unfortunately this only works if both compressed HTML files are in the same
157
157
directory.
@@ -164,17 +164,9 @@ Suppose you have a project \e a referring to a project \e b using tag file
164
164
\c a.chm and the \c index.chm for project \e b into \c b.chm. In the
165
165
configuration file for project \e a you write:
166
166
\verbatim
167
- TAGFILES = b.tag=b.chm::
167
+ TAGFILES = b.tag=mk:@MSITStore: b.chm::
168
168
\endverbatim
169
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
170
\section faq_html I don't like the quick index that is put above each HTML page, what do I do?
179
171
180
172
You can disable the index by setting \ref cfg_disable_index "DISABLE_INDEX" to `YES`. Then you can
You can’t perform that action at this time.
0 commit comments