summaryrefslogtreecommitdiff
path: root/girepository
diff options
context:
space:
mode:
authorDieter Verfaillie <dieterv@optionexplicit.be>2013-08-21 12:19:40 +0200
committerDieter Verfaillie <dieterv@optionexplicit.be>2013-10-08 20:56:07 +0200
commit07ad34a094cb00aef16250dfbf05d6eef05c3aff (patch)
tree547d8776e7994d106e1fbb5bf6eaeb2b713630fa /girepository
parent3177c9868cc5daab1c7915c27e19f7236bb338df (diff)
downloadgobject-introspection-07ad34a094cb00aef16250dfbf05d6eef05c3aff.tar.gz
giscanner: store code before and after comment block
so we can later use them to re-write source files containing broken GTK-Doc comment blocks where /** is preceded by and/or */ is followed by code...
Diffstat (limited to 'girepository')
-rw-r--r--girepository/gitypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/girepository/gitypes.h b/girepository/gitypes.h
index a90ed4c8..660a98f9 100644
--- a/girepository/gitypes.h
+++ b/girepository/gitypes.h
@@ -225,7 +225,7 @@ typedef enum
GI_INFO_TYPE_OBJECT,
GI_INFO_TYPE_INTERFACE,
GI_INFO_TYPE_CONSTANT,
- GI_INFO_TYPE_INVALID_0, /* 10 */ /** DELETED - used to be ERROR_DOMAIN **/
+ GI_INFO_TYPE_INVALID_0, /* 10 */ /* DELETED - used to be ERROR_DOMAIN */
GI_INFO_TYPE_UNION,
GI_INFO_TYPE_VALUE,
GI_INFO_TYPE_SIGNAL,