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. |
||
|---|---|---|
| .. | ||
| cparse.h | ||
| cscanner.c | ||
| parser.y | ||
| templ.c | ||
| util.c | ||