summaryrefslogtreecommitdiff
path: root/tests/scanner/regress.h
diff options
context:
space:
mode:
authorDieter Verfaillie <dieterv@optionexplicit.be>2012-04-17 20:58:53 +0200
committerDieter Verfaillie <dieterv@optionexplicit.be>2012-04-17 23:03:22 +0200
commitc3f14eeab9ae60a138f85212317f92b737e5ed70 (patch)
tree63b1b924b7ccd9b709dc4995d0c3c62bf3d46cb7 /tests/scanner/regress.h
parent29ed1d64ee4e2e4a18f34734b0ceda3e629cf465 (diff)
downloadgobject-introspection-c3f14eeab9ae60a138f85212317f92b737e5ed70.tar.gz
Revert "annotationparser: indent _parse_comment_block gtkdoc code"
This reverts commit f41525d54f53edd9b0d665397f7c6c755ee3616b and adds a more complete solution as the original commit only handled empty lines between the GTK-Doc comment block start token "/**" and the identifier. https://bugzilla.gnome.org/show_bug.cgi?id=673806
Diffstat (limited to 'tests/scanner/regress.h')
-rw-r--r--tests/scanner/regress.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/scanner/regress.h b/tests/scanner/regress.h
index 43d9bd36..1740145f 100644
--- a/tests/scanner/regress.h
+++ b/tests/scanner/regress.h
@@ -786,12 +786,4 @@ void regress_test_struct_fixed_array_frob (RegressTestStructFixedArray *str);
void regress_has_parameter_named_attrs (int foo,
gpointer attributes);
-/**
-
- * regress_test_invalid_comment:
- * @foo: a param
- *
- * invalid comment with a line without
- * https://bugzilla.gnome.org/show_bug.cgi?id=673806
- */
#endif /* __GITESTTYPES_H__ */