Fix malformed GTK-Doc comment blocks:
authorDieter Verfaillie <dieterv@optionexplicit.be>
Tue, 3 Apr 2012 05:47:48 +0000 (07:47 +0200)
committerJohan Dahlin <jdahlin@litl.com>
Thu, 5 Apr 2012 13:23:03 +0000 (10:23 -0300)
commit2cfa44faa192ae9cc0d7bb36f1c7dd6f3b929fb3
treee77d502cf6abf3101e71da511889e42f5dab1ce8
parent182fdfec261f36fa095484352b9b834861036907
Fix malformed GTK-Doc comment blocks:

- add missing colons
- invalid annotations
- invalid parameters and tags
- correct parameter name
- preserve description indentation
- no description parts
- comment end marker
- invalid empty lines
- line numbers

AnnotationParser now emits warnings which are considered as
errors by "make check" so fix those warnings...

https://bugzilla.gnome.org/show_bug.cgi?id=672254
16 files changed:
girepository/girepository.c
girepository/girepository.h
girepository/gitypes.h
tests/gimarshallingtests.c
tests/scanner/Annotation-1.0-expected.gir
tests/scanner/Foo-1.0-expected.gir
tests/scanner/Regress-1.0-expected.gir
tests/scanner/annotation.c
tests/scanner/foo.c
tests/scanner/foo.h
tests/scanner/regress.c
tests/scanner/regress.h
tests/warn/callback-invalid-scope.h
tests/warn/invalid-element-type.h
tests/warn/invalid-method.h
tests/warn/return-gobject.h