summaryrefslogtreecommitdiff
path: root/tests/scanner/regress.h
diff options
context:
space:
mode:
authorDieter Verfaillie <dieterv@optionexplicit.be>2012-04-03 07:47:48 +0200
committerJohan Dahlin <jdahlin@litl.com>2012-04-05 10:23:03 -0300
commit2cfa44faa192ae9cc0d7bb36f1c7dd6f3b929fb3 (patch)
treee77d502cf6abf3101e71da511889e42f5dab1ce8 /tests/scanner/regress.h
parent182fdfec261f36fa095484352b9b834861036907 (diff)
downloadgobject-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 'tests/scanner/regress.h')
-rw-r--r--tests/scanner/regress.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/scanner/regress.h b/tests/scanner/regress.h
index 6ef3b604..4138568d 100644
--- a/tests/scanner/regress.h
+++ b/tests/scanner/regress.h
@@ -362,7 +362,7 @@ struct _RegressTestObjClass
int (*matrix) (RegressTestObj *obj, const char *somestr);
/**
- * RegressTestObjClass::allow_none_vfunc
+ * RegressTestObjClass::allow_none_vfunc:
* @two: (allow-none): Another object
*/
void (*allow_none_vfunc) (RegressTestObj *obj, RegressTestObj *two);