Fixed lots of PyDoc converter problems, see doxygen_tricky_constructs test

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-doxygen@13633 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Dmitry Kabak 2012-08-16 14:18:47 +00:00
commit 316be573f8
5 changed files with 169 additions and 154 deletions

View file

@ -71,7 +71,7 @@ check(doxygen_translate.function.__doc__, ''
' This is printed if not '
' }'
''
' Image: htmltestImage.bmpHello, world!asd=10qwe'
' Image: testImage.bmp(Hello, world!)'
''
' <ul> '
''
@ -92,7 +92,7 @@ check(doxygen_translate.function.__doc__, ''
''
' someword'
''
' superPackage'
''
''
' Title: The paragraph title '
' The paragraph text. '
@ -145,4 +145,4 @@ check(doxygen_translate.function.__doc__, ''
' $@\&~<>#%".::'
''
' And here goes simple text '
)
)