swig/Source/CParse
Vadim Zeitlin 74adaa5738 Fix parsing of enums with trailing comma with -doxygen
To correctly parse Doxygen post-comments after the trailing comma,
switch to right recursion in "enumlist" production rule definition: this
does consume more stack space when parsing, but makes the rules much
easier to write and to understand and hopefully shouldn't result in any
problems with real code (which shouldn't have thousands of enums items
in it).

Closes #1514.
2019-04-20 13:52:56 +02:00
..
cparse.h new_node refactor 2018-05-19 09:00:06 +01:00
cscanner.c Code formatting fixes in doxygen code 2018-05-25 07:56:39 +01:00
parser.y Fix parsing of enums with trailing comma with -doxygen 2019-04-20 13:52:56 +02:00
templ.c Fix typemap matching to expand template parameters when the name contains template parameters. 2019-02-17 21:38:48 +00:00
util.c new_node refactor 2018-05-19 09:00:06 +01:00