diff options
author | Dieter Verfaillie <dieterv@optionexplicit.be> | 2012-04-03 07:47:48 +0200 |
---|---|---|
committer | Johan Dahlin <jdahlin@litl.com> | 2012-04-05 10:23:03 -0300 |
commit | 2cfa44faa192ae9cc0d7bb36f1c7dd6f3b929fb3 (patch) | |
tree | e77d502cf6abf3101e71da511889e42f5dab1ce8 /girepository/girepository.h | |
parent | 182fdfec261f36fa095484352b9b834861036907 (diff) | |
download | gobject-introspection-2cfa44faa192ae9cc0d7bb36f1c7dd6f3b929fb3.tar.gz |
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
Diffstat (limited to 'girepository/girepository.h')
-rw-r--r-- | girepository/girepository.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/girepository/girepository.h b/girepository/girepository.h index 02bd4a10..eb990a27 100644 --- a/girepository/girepository.h +++ b/girepository/girepository.h @@ -74,7 +74,7 @@ struct _GIRepositoryClass }; /** - * GIRepositoryLoadFlags + * GIRepositoryLoadFlags: * @G_IREPOSITORY_LOAD_FLAG_LAZY: Load the types lazily. * * Flags that controlls how a typelib is loaded by |