summaryrefslogtreecommitdiffstats
path: root/testing/014
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2013-09-06 11:54:54 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2013-09-06 12:02:18 (GMT)
commit23f337e64b95d3fa08f32980c866669b190c872f (patch)
treefac1cf7e63cc686cb2721d4ca0aa358e8cfbf321 /testing/014
parent64ebc4f67d56b93f512c1ed935f1d9188cfbf554 (diff)
downloadDoxygen-23f337e64b95d3fa08f32980c866669b190c872f.zip
Doxygen-23f337e64b95d3fa08f32980c866669b190c872f.tar.gz
Doxygen-23f337e64b95d3fa08f32980c866669b190c872f.tar.bz2
Bug 707567 - Asterisks in comment wrongly displayed for @code
Diffstat (limited to 'testing/014')
-rw-r--r--testing/014/indexpage.xml18
1 files changed, 6 insertions, 12 deletions
diff --git a/testing/014/indexpage.xml b/testing/014/indexpage.xml
index 9662b9c..c2fe57a 100644
--- a/testing/014/indexpage.xml
+++ b/testing/014/indexpage.xml
@@ -7,40 +7,34 @@
<para>
<programlisting>
<codeline lineno="1">
- <highlight class="normal">*<sp/></highlight>
<highlight class="comment">#<sp/>comment<sp/>in<sp/>Python</highlight>
<highlight class="normal"/>
</codeline>
<codeline lineno="2">
- <highlight class="normal">*<sp/></highlight>
+ <highlight class="normal"/>
<highlight class="keyword">class<sp/></highlight>
<highlight class="normal">Python:</highlight>
</codeline>
<codeline lineno="3">
- <highlight class="normal">*<sp/><sp/><sp/></highlight>
+ <highlight class="normal">
+ <sp/>
+ <sp/>
+ </highlight>
<highlight class="keywordflow">pass</highlight>
- <highlight class="normal"/>
- </codeline>
- <codeline lineno="4">
- <highlight class="normal">*<sp/></highlight>
</codeline>
</programlisting>
</para>
<para>
<programlisting>
<codeline>
- <highlight class="normal">*<sp/></highlight>
<highlight class="comment">//<sp/>comment<sp/>in<sp/>a<sp/>code<sp/>block</highlight>
<highlight class="normal"/>
</codeline>
<codeline>
- <highlight class="normal">*<sp/></highlight>
+ <highlight class="normal"/>
<highlight class="keyword">class<sp/></highlight>
<highlight class="normal">Cpp<sp/>{};</highlight>
</codeline>
- <codeline>
- <highlight class="normal">*<sp/></highlight>
- </codeline>
</programlisting>
</para>
</detaileddescription>