summaryrefslogtreecommitdiff
path: root/tests/scanner/annotationparser/gtkdoc/fail/tester.h.xml
diff options
context:
space:
mode:
authorDieter Verfaillie <dieterv@optionexplicit.be>2013-05-15 14:42:09 +0200
committerDieter Verfaillie <dieterv@optionexplicit.be>2013-10-08 20:53:39 +0200
commit146a56f7f358dc14989e198fee4c2dd01b55be07 (patch)
treeb327e81dde1ed0b9691cf98d11c0aafbb6977c96 /tests/scanner/annotationparser/gtkdoc/fail/tester.h.xml
parent94a7d4b4af283bf46b81411699f10ffcf3937a29 (diff)
downloadgobject-introspection-146a56f7f358dc14989e198fee4c2dd01b55be07.tar.gz
tests: rename <commentblock> element to <input>
We'll start testing parser warning/error messages and serialized output later on so this will make it easier to see what's parser input and output...
Diffstat (limited to 'tests/scanner/annotationparser/gtkdoc/fail/tester.h.xml')
-rw-r--r--tests/scanner/annotationparser/gtkdoc/fail/tester.h.xml36
1 files changed, 18 insertions, 18 deletions
diff --git a/tests/scanner/annotationparser/gtkdoc/fail/tester.h.xml b/tests/scanner/annotationparser/gtkdoc/fail/tester.h.xml
index 3e51b761..eafb98ea 100644
--- a/tests/scanner/annotationparser/gtkdoc/fail/tester.h.xml
+++ b/tests/scanner/annotationparser/gtkdoc/fail/tester.h.xml
@@ -3,11 +3,11 @@
<tests>
<test>
-<commentblock>/**
+<input>/**
* MACRO_NO_ITEM_DOCS:
*
* Here we document the macro but not the parameters.
- */</commentblock>
+ */</input>
<docblock>
<identifier>
<name>MACRO_NO_ITEM_DOCS</name>
@@ -17,12 +17,12 @@
</test>
<test>
-<commentblock>/**
+<input>/**
* MACRO_INCOMPLETE_DOCS:
* @a: a value
*
* Here we document the macro but not all the parameters.
- */</commentblock>
+ */</input>
<docblock>
<identifier>
<name>MACRO_INCOMPLETE_DOCS</name>
@@ -38,14 +38,14 @@
</test>
<test>
-<commentblock>/**
+<input>/**
* MACRO_UNUSED_DOCS:
* @a: a value
* @b: a value
* @c: an unexisting value
*
* Here we document the macro and more than the actual parameters.
- */</commentblock>
+ */</input>
<docblock>
<identifier>
<name>MACRO_UNUSED_DOCS</name>
@@ -69,12 +69,12 @@
</test>
<test>
-<commentblock>/**
+<input>/**
* EnumNoItemDocs:
*
* Here we document the enum but not the values.
* http://bugzilla.gnome.org/show_bug.cgi?id=568711
- */</commentblock>
+ */</input>
<docblock>
<identifier>
<name>EnumNoItemDocs</name>
@@ -85,12 +85,12 @@ http://bugzilla.gnome.org/show_bug.cgi?id=568711</description>
</test>
<test>
-<commentblock>/**
+<input>/**
* EnumIncompleteDocs:
* @ENUM_INCOMPLETE_DOCS_1: a value
*
* Here we document the enum but not all the values.
- */</commentblock>
+ */</input>
<docblock>
<identifier>
<name>EnumIncompleteDocs</name>
@@ -106,14 +106,14 @@ http://bugzilla.gnome.org/show_bug.cgi?id=568711</description>
</test>
<test>
-<commentblock>/**
+<input>/**
* EnumUnusedDocs:
* @ENUM_UNUSED_DOCS_1: a value
* @ENUM_UNUSED_DOCS_2: a value
* @ENUM_UNUSED_DOCS_3: an unexisting value
*
* Here we document the enum and more than the actual values.
- */</commentblock>
+ */</input>
<docblock>
<identifier>
<name>EnumUnusedDocs</name>
@@ -137,11 +137,11 @@ http://bugzilla.gnome.org/show_bug.cgi?id=568711</description>
</test>
<test>
-<commentblock>/**
+<input>/**
* StructNoItemDocs:
*
* Here we document the struct but not the values.
- */</commentblock>
+ */</input>
<docblock>
<identifier>
<name>StructNoItemDocs</name>
@@ -151,12 +151,12 @@ http://bugzilla.gnome.org/show_bug.cgi?id=568711</description>
</test>
<test>
-<commentblock>/**
+<input>/**
* StructIncompleteDocs:
* @a: a value
*
* Here we document the struct but not all the values.
- */</commentblock>
+ */</input>
<docblock>
<identifier>
<name>StructIncompleteDocs</name>
@@ -172,14 +172,14 @@ http://bugzilla.gnome.org/show_bug.cgi?id=568711</description>
</test>
<test>
-<commentblock>/**
+<input>/**
* StructUnusedDocs:
* @a: a value
* @b: a value
* @c: an unexisting value
*
* Here we document the struct and more than the actual values.
- */</commentblock>
+ */</input>
<docblock>
<identifier>
<name>StructUnusedDocs</name>