swig/Source/CParse
Vadim Zeitlin a1c539ed26 Avoid crash in the parser for two consecutive Doxygen comments.
This change fixes the crash which happened when parsing the following code:

	/// Description of the section.
	//@{
	...
	//@}

As the second Doxygen item didn't have any associated text in this case.
2014-05-07 18:32:28 +02:00
..
cparse.h Merge branch 'master' into doxygen 2014-04-30 18:37:57 +02:00
cscanner.c Merge branch 'master' into doxygen 2014-04-30 18:37:57 +02:00
parser.y Avoid crash in the parser for two consecutive Doxygen comments. 2014-05-07 18:32:28 +02:00
templ.c Fix assorted comment and documentation typos 2014-02-23 17:15:22 +13:00
util.c Remove cvs/svn Id strings 2013-01-12 01:21:16 +00:00