diff options
author | Mathieu Duponchelle <mathieu@centricular.com> | 2020-06-06 02:13:38 +0200 |
---|---|---|
committer | Mathieu Duponchelle <mathieu@centricular.com> | 2020-07-12 04:10:40 +0200 |
commit | b8c92fddbfbadc910ef0c0c6c65bd5648b8e86ca (patch) | |
tree | 24fb56f6eed5696ef96473d2debce108b422fb5f /tests/scanner/Regress-1.0-C-expected | |
parent | e7c17469ef3eb1c3a1c4c717800c277ee231405c (diff) | |
download | gobject-introspection-b8c92fddbfbadc910ef0c0c6c65bd5648b8e86ca.tar.gz |
Add the notion of standalone doc sections.
Up to now, section annotations had to match a class or interface
name in order to be serialized in the gir.
With this commit, they now get serialized as docsection nodes,
for potential use by documentation tools.
Diffstat (limited to 'tests/scanner/Regress-1.0-C-expected')
-rw-r--r-- | tests/scanner/Regress-1.0-C-expected/Regress.standalone_section.page | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/scanner/Regress-1.0-C-expected/Regress.standalone_section.page b/tests/scanner/Regress-1.0-C-expected/Regress.standalone_section.page new file mode 100644 index 00000000..76a55515 --- /dev/null +++ b/tests/scanner/Regress-1.0-C-expected/Regress.standalone_section.page @@ -0,0 +1,15 @@ +<?xml version="1.0"?> +<page id="Regress.standalone_section" + type="topic" + style="default" + xmlns="http://projectmallard.org/1.0/" + xmlns:api="http://projectmallard.org/experimental/api/" + xmlns:ui="http://projectmallard.org/1.0/ui/"> + <info> + <link xref="index" group="default" type="guide"/> + </info> + <title>Regress.standalone_section</title> + <p>This documentation section isn't associated with an object +in particular, but it should be serialized in the gir nevertheless.</p> + +</page> |