Fix wrong XML fragment syntax highlighting in liblzma docs
Turn off syntax highlighting entirely because using ".xml" here results in total garbage in output for some reason (while not using any specific language uses C++ highlighting which is confusing).
This commit is contained in:
parent
d4f5b00a8c
commit
f2e7f6a917
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ inside the @c ClCompile tag as well as add @c liblzma.lib to the @c
|
|||
AdditionalDependencies tag under @c Link itself. The result should look like
|
||||
the following, assuming liblzma sources are in c:\\src\\liblzma:
|
||||
|
||||
@code
|
||||
@code{.unparsed}
|
||||
<ItemDefinitionGroup>
|
||||
<ClCompile>
|
||||
... any existing lines here ...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue