eolian: support for @since tag in new doc comments
authorDaniel Kolesa <d.kolesa@osg.samsung.com>
Mon, 8 Jun 2015 14:55:02 +0000 (15:55 +0100)
committerDaniel Kolesa <d.kolesa@osg.samsung.com>
Mon, 8 Jun 2015 14:57:15 +0000 (15:57 +0100)
commit7a38f8ec2129a4ae7ca1c1f76fba47d0cd1f7052
tree5c033391f8fa496b2d6e6986843569d4e6c6956c
parent15a64fdc86840e1a84e67abe113eb60d0f9545b5
eolian: support for @since tag in new doc comments

This is kind of ugly, but I didn't see a better way to do it without turning
this into a much more complicated parser. So this will have to do unless we
find something else to add, in which case a new doc parser will be required.

@feature
src/lib/eolian/Eolian.h
src/lib/eolian/eo_lexer.c
src/lib/eolian/eolian_database.c
src/lib/eolian/eolian_database.h
src/tests/eolian/data/docs.eo
src/tests/eolian/eolian_parsing.c