Added support for parsing of nested conditional comments and extended the test
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-doxygen@13317 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
5500046b09
commit
6a54fe93ad
3 changed files with 91 additions and 28 deletions
|
|
@ -29,20 +29,30 @@
|
|||
*
|
||||
* \e italicword
|
||||
*
|
||||
* \if ANOTHERCONDITION
|
||||
* First part of comment
|
||||
* \else
|
||||
* Second part of comment
|
||||
* \endif
|
||||
*
|
||||
* \example someFile.txt
|
||||
* Some details on using the example
|
||||
*
|
||||
* \exception SuperError
|
||||
*
|
||||
* \ifnot CONDITION
|
||||
* Write something if not
|
||||
* \endifnot
|
||||
* \if ANOTHERCONDITION
|
||||
* First part of comment
|
||||
* \if SECONDCONDITION
|
||||
* Nested condition text
|
||||
* \elseif THIRDCONDITION
|
||||
* The third condition text
|
||||
* \else
|
||||
* The last text block
|
||||
* \endif
|
||||
* \else
|
||||
* Second part of comment
|
||||
* \if CONDITION
|
||||
* Second part extended
|
||||
* \endif
|
||||
* \endif
|
||||
*
|
||||
* \ifnot SOMECONDITION
|
||||
* This is printed if not
|
||||
* \endif
|
||||
*
|
||||
* \image html testImage.bmp
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue