diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2015-11-14 15:26:23 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2015-11-14 15:26:23 (GMT) |
commit | 3fbb1b66bd5303fa789a36317694bd77eb22ee19 (patch) | |
tree | ce17d5a6c8d18dda71078a39c906f98fc3efd999 /testing | |
parent | 6dd85db545956e2b2ebb0f35c46f27e623f13462 (diff) | |
download | Doxygen-3fbb1b66bd5303fa789a36317694bd77eb22ee19.zip Doxygen-3fbb1b66bd5303fa789a36317694bd77eb22ee19.tar.gz Doxygen-3fbb1b66bd5303fa789a36317694bd77eb22ee19.tar.bz2 |
Bug 756604 - Unable to prevent a numbered list
Diffstat (limited to 'testing')
-rw-r--r-- | testing/051/indexpage.xml | 2 | ||||
-rw-r--r-- | testing/051_escape.dox | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/testing/051/indexpage.xml b/testing/051/indexpage.xml index 4f13f56..82c58cc 100644 --- a/testing/051/indexpage.xml +++ b/testing/051/indexpage.xml @@ -4,7 +4,7 @@ <compoundname>index</compoundname> <title>My Project</title> <detaileddescription> - <para>Dollar $ At @ Backslash \ Amphasand & Less < Greater > Hash # Percent % Quote " Dot . Double colon :: Pipe | </para> + <para>Dollar $ At @ Backslash \ Amphasand & Less < Greater > Hash # Percent % Quote " Dot . Double colon :: Pipe | Plus + Minus - </para> </detaileddescription> </compounddef> </doxygen> diff --git a/testing/051_escape.dox b/testing/051_escape.dox index 1497ad1..290b298 100644 --- a/testing/051_escape.dox +++ b/testing/051_escape.dox @@ -14,5 +14,7 @@ Quote \" Dot \. Double colon \:: Pipe \| +Plus \+ +Minus \- */ |