mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-30 04:44:16 +02:00
Correct gtk-doc SECTION: syntax
g-ir-scanner does not allow a space between the : and the section name.
This commit is contained in:
committed by
Johan Dahlin
parent
ad1f882a1c
commit
fdaaa22b58
@@ -45,7 +45,7 @@
|
||||
#include "glib_trace.h"
|
||||
|
||||
/**
|
||||
* SECTION: datasets
|
||||
* SECTION:datasets
|
||||
* @title: Datasets
|
||||
* @short_description: associate groups of data elements with
|
||||
* particular memory locations
|
||||
@@ -84,7 +84,7 @@
|
||||
**/
|
||||
|
||||
/**
|
||||
* SECTION: datalist
|
||||
* SECTION:datalist
|
||||
* @title: Keyed Data Lists
|
||||
* @short_description: lists of data elements which are accessible by a
|
||||
* string or GQuark identifier
|
||||
@@ -947,7 +947,7 @@ g_data_initialize (void)
|
||||
}
|
||||
|
||||
/**
|
||||
* SECTION: quarks
|
||||
* SECTION:quarks
|
||||
* @title: Quarks
|
||||
* @short_description: a 2-way association between a string and a
|
||||
* unique integer identifier
|
||||
|
Reference in New Issue
Block a user