summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2021-01-27 15:31:12 (GMT)
committeralbert-github <albert.tests@gmail.com>2021-01-27 15:31:12 (GMT)
commit74bb3ee26dd3e253ab63406b8b8966ea1bdb60f4 (patch)
tree6c8b165a0f4ca628de3e14b90da875e4c53a690c /testing
parent6dfd523718e5879b9da5b95134572c9326b0dc80 (diff)
downloadDoxygen-74bb3ee26dd3e253ab63406b8b8966ea1bdb60f4.zip
Doxygen-74bb3ee26dd3e253ab63406b8b8966ea1bdb60f4.tar.gz
Doxygen-74bb3ee26dd3e253ab63406b8b8966ea1bdb60f4.tar.bz2
issue #8357 XML output does not include cross-references in code-fragments
In case of explicit code samples the language was not specified for the code and the code was parsed verbatim. Same was valid for code in the Docbook output. The LaTeX version has been taken as reference for the implementation.
Diffstat (limited to 'testing')
-rw-r--r--testing/014/indexpage.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/014/indexpage.xml b/testing/014/indexpage.xml
index 3f9510c..a160b1a 100644
--- a/testing/014/indexpage.xml
+++ b/testing/014/indexpage.xml
@@ -42,7 +42,7 @@
<para>
<programlisting>
<codeline>
- <highlight class="normal">//<sp/>implicit<sp/>code<sp/>language</highlight>
+ <highlight class="comment">//<sp/>implicit<sp/>code<sp/>language</highlight>
</codeline>
</programlisting>
</para>