Changed quoted strings handling. Also not missing any doxygen commands now.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-doxygen@13563 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
cecc793782
commit
342bff6ec9
3 changed files with 52 additions and 48 deletions
|
|
@ -21,7 +21,7 @@ check(doxygen_translate_all_tags.function.__doc__, ''
|
|||
''
|
||||
' SomeLatexIndex '
|
||||
''
|
||||
' someGroupSome title '
|
||||
' someGroup"Some title" '
|
||||
''
|
||||
' theAnchor'
|
||||
''
|
||||
|
|
@ -84,8 +84,8 @@ check(doxygen_translate_all_tags.function.__doc__, ''
|
|||
' digraph example { '
|
||||
' node [shape=record, fontname=Helvetica, fontsize=10]; '
|
||||
''
|
||||
' b [ label="class B" URL="\ref B"]; '
|
||||
' c [ label="class C" URL="\ref C"]; '
|
||||
' b [ label="class B" URL=" B"]; '
|
||||
' c [ label="class C" URL=" C"]; '
|
||||
' b -> c [ arrowhead="open", style="dashed" ]; '
|
||||
' } '
|
||||
''
|
||||
|
|
@ -171,9 +171,9 @@ check(doxygen_translate_all_tags.function.__doc__, ''
|
|||
' someThing'
|
||||
''
|
||||
' Sender,Receiver; '
|
||||
' Sender->Receiver [label="Command()", URL="\ref '
|
||||
' Sender->Receiver [label="Command()", URL=" '
|
||||
' Receiver::Command()"]; '
|
||||
' Sender<-Receiver [label="Ack()", URL="\ref '
|
||||
' Sender<-Receiver [label="Ack()", URL=" '
|
||||
' Ack()", ID="1"]; '
|
||||
''
|
||||
' mscFile.mscThe caption'
|
||||
|
|
@ -312,9 +312,10 @@ check(doxygen_translate_all_tags.function.__doc__, ''
|
|||
''
|
||||
' This will only appear in XML '
|
||||
''
|
||||
' todo"Todo"Todo List'
|
||||
''
|
||||
' Here goes test of symbols: '
|
||||
' $@\&~<>#%".::'
|
||||
''
|
||||
' And here goes simple text '
|
||||
)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue