summaryrefslogtreecommitdiff
path: root/tests/warn/unknown-parameter.h
Commit message (Collapse)AuthorAgeFilesLines
* transformer: Warn on unnamed params in declarationsJasper St. Pierre2013-02-071-0/+20
| | | | | | | These params are unannotatable and undocumentable. They really should not be allowed. https://bugzilla.gnome.org/show_bug.cgi?id=693098
* giscanner: Add better errors for unknown param namesJasper St. Pierre2012-02-131-1/+11
| | | | Exclude the names we've already matched up from the "should be one of..." list
* Include proper filename and lineno in doc warningJohan Dahlin2010-09-191-3/+3
|
* [maintransformer] Do not warn for vararg docsJohan Dahlin2010-09-161-0/+10
| | | | | | Allow varargs "..." to be documented without warning https://bugzilla.gnome.org/show_bug.cgi?id=629759
* Add a parameter mismatch warningJohan Dahlin2010-09-141-0/+28
https://bugzilla.gnome.org/show_bug.cgi?id=629708