summaryrefslogtreecommitdiff
path: root/tests/scanner/foo.c
diff options
context:
space:
mode:
authorMathieu Duponchelle <mduponchelle1@gmail.com>2020-07-22 21:36:59 +0000
committerMathieu Duponchelle <mduponchelle1@gmail.com>2020-07-22 21:36:59 +0000
commit6da80b312e410ee7c3b24e7176b3f07e30225ac5 (patch)
treed18c601435601c3ebadd87721ae583d99fbb57a7 /tests/scanner/foo.c
parent46d32c596cc41fd66036c648aca4900058072749 (diff)
parentb8c92fddbfbadc910ef0c0c6c65bd5648b8e86ca (diff)
downloadgobject-introspection-6da80b312e410ee7c3b24e7176b3f07e30225ac5.tar.gz
Merge branch 'standalone-doc-sections' into 'master'
Add the notion of standalone doc sections. See merge request GNOME/gobject-introspection!226
Diffstat (limited to 'tests/scanner/foo.c')
-rw-r--r--tests/scanner/foo.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/scanner/foo.c b/tests/scanner/foo.c
index 19bf848b..e409e0a3 100644
--- a/tests/scanner/foo.c
+++ b/tests/scanner/foo.c
@@ -5,6 +5,13 @@
#include "foo.h"
+/**
+ * SECTION:standalone_section
+ *
+ * This documentation section isn't associated with an object
+ * in particular, but it should be serialized in the gir nevertheless.
+ */
+
/* A hidden type not exposed publicly, similar to GUPNP's XML wrapper
object */
typedef struct _RegressFooHidden RegressFooHidden;