diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2017-09-28 18:18:17 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2017-09-28 18:18:17 (GMT) |
commit | 103005f5251dd0ff50c9c255e5abc9f262abd050 (patch) | |
tree | ea677a0ee95266e528ed1cf9af3edf3033ef901c /testing | |
parent | 75a5e8d3e5ef258377bad3c311be0f83f150ae5a (diff) | |
parent | a9963fd94acd5839e818890b6a356d6b335c1f74 (diff) | |
download | Doxygen-103005f5251dd0ff50c9c255e5abc9f262abd050.zip Doxygen-103005f5251dd0ff50c9c255e5abc9f262abd050.tar.gz Doxygen-103005f5251dd0ff50c9c255e5abc9f262abd050.tar.bz2 |
Merge branch 'master' of https://github.com/shi-yan/doxygen into shi-yan-master
Diffstat (limited to 'testing')
-rw-r--r-- | testing/014/indexpage.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/014/indexpage.xml b/testing/014/indexpage.xml index 6f62ef2..82676a3 100644 --- a/testing/014/indexpage.xml +++ b/testing/014/indexpage.xml @@ -5,7 +5,7 @@ <title>My Project</title> <detaileddescription> <para> - <programlisting> + <programlisting language=".py"> <codeline> <highlight class="comment">#<sp/>comment<sp/>in<sp/>Python</highlight> <highlight class="normal"/> @@ -25,7 +25,7 @@ </programlisting> </para> <para> - <programlisting> + <programlisting language=".cpp"> <codeline> <highlight class="comment">//<sp/>comment<sp/>in<sp/>a<sp/>code<sp/>block</highlight> <highlight class="normal"/> |