mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-28 16:36:14 +01:00
Merge branch 'standalone-doc-sections' into 'master'
Add the notion of standalone doc sections. See merge request GNOME/gobject-introspection!226
This commit is contained in:
commit
1d0c86a123
@ -2830,7 +2830,8 @@ start_element_handler (GMarkupParseContext *context,
|
|||||||
ctx, error))
|
ctx, error))
|
||||||
goto out;
|
goto out;
|
||||||
if (strcmp ("doc", element_name) == 0 || strcmp ("doc-deprecated", element_name) == 0 ||
|
if (strcmp ("doc", element_name) == 0 || strcmp ("doc-deprecated", element_name) == 0 ||
|
||||||
strcmp ("doc-stability", element_name) == 0 || strcmp ("doc-version", element_name) == 0)
|
strcmp ("doc-stability", element_name) == 0 || strcmp ("doc-version", element_name) == 0 ||
|
||||||
|
strcmp ("docsection", element_name) == 0)
|
||||||
{
|
{
|
||||||
state_switch (ctx, STATE_PASSTHROUGH);
|
state_switch (ctx, STATE_PASSTHROUGH);
|
||||||
goto out;
|
goto out;
|
||||||
|
Loading…
Reference in New Issue
Block a user