swig/Source/CParse
Vadim Zeitlin cd1f4619d2 Stop completely ignoring many Doxygen comments.
For some reason, Doxygen comments such as @class or @enum were considered to
be "structural" (whatever this means) and completely removed during the
parsing time. This is wrong as such comments can be attached to their
corresponding declarations and while it would be arguably better to check that
this is indeed the case (e.g. "@class Foo" really appears before or after the
declaration of this class), throwing them away is definitely not the right
thing to do and keeping them without any further checks is a better alternative.
2014-09-10 21:55:41 +02:00
..
cparse.h Merge latest master into doxygen branch again. 2014-08-13 16:11:21 +02:00
cscanner.c Merge branch 'master' into doxygen 2014-04-30 18:37:57 +02:00
parser.y Stop completely ignoring many Doxygen comments. 2014-09-10 21:55:41 +02:00
templ.c Fix assorted comment and documentation typos 2014-02-23 17:15:22 +13:00
util.c Merge latest master into doxygen branch again. 2014-08-13 16:11:21 +02:00