summaryrefslogtreecommitdiff
path: root/tests/warn/annotationparser.h
Commit message (Collapse)AuthorAgeFilesLines
* giscanner: Fix GtkDocBlock.position...Dieter Verfaillie2013-10-081-2/+2
| | | | | ... so it points to the start of the GTK-Doc comment block instead of the position of the identifier field.
* giscanner: give pointer to original comment block...Dieter Verfaillie2013-10-081-5/+14
| | | | | ...when complaining about multiple comment blocks documenting the same identifier.
* tests: move GTK-Doc comment block warning testsDieter Verfaillie2013-10-081-198/+0
| | | | | | It makes sense to let test_parser.py check everything which is focused purely on testing GTK-Doc comment blocks (ie annotationparser.py functionality).
* scanner: Parse comments with */ not on a new line, but emit a warningDieter Verfaillie2012-12-021-0/+11
| | | | | | We don't know how many apps do this, but at least ibus had one. https://bugzilla.gnome.org/show_bug.cgi?id=689354
* annotationparser: add test for comment lines not starting with ' * 'Dieter Verfaillie2012-04-171-0/+14
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=673806
* annotationparser: cleanup and add tests for the new warnings we now emitDieter Verfaillie2012-04-171-0/+191
Including: - handle things in the logical order encountered (first colon, then annotations) - correctly report column when missing a colon on the identifier part - small type fixes - remove no longer useful "parameter/tag expected" warnings