diff options
author | Shi Yan <shiy@nvidia.com> | 2017-09-26 16:46:55 (GMT) |
---|---|---|
committer | Shi Yan <shiy@nvidia.com> | 2017-09-26 16:46:55 (GMT) |
commit | a9963fd94acd5839e818890b6a356d6b335c1f74 (patch) | |
tree | 4e74f88dff9a99b74fe0f00b29b44a68d82bd7ae /testing/014 | |
parent | 0259d2a8bf9571e06873b80df96fd2ff29723dbc (diff) | |
download | Doxygen-a9963fd94acd5839e818890b6a356d6b335c1f74.zip Doxygen-a9963fd94acd5839e818890b6a356d6b335c1f74.tar.gz Doxygen-a9963fd94acd5839e818890b6a356d6b335c1f74.tar.bz2 |
fix test to support new programlisting attribute
fix unit test to support the new programlisting
attribute "language"
Diffstat (limited to 'testing/014')
-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"/> |