mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-09 19:06:15 +01: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:
parent
ad1f882a1c
commit
fdaaa22b58
@ -38,7 +38,7 @@
|
||||
#include <string.h>
|
||||
|
||||
/**
|
||||
* SECTION: gapplication
|
||||
* SECTION:gapplication
|
||||
* @title: GApplication
|
||||
* @short_description: Core application class
|
||||
*
|
||||
|
@ -13,7 +13,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* SECTION: gsocketcontrolmessage
|
||||
* SECTION:gsocketcontrolmessage
|
||||
* @title: GSocketControlMessage
|
||||
* @short_description: A GSocket control message
|
||||
* @see_also: #GSocket.
|
||||
|
@ -40,7 +40,7 @@
|
||||
|
||||
|
||||
/**
|
||||
* SECTION: gsocketlistener
|
||||
* SECTION:gsocketlistener
|
||||
* @title: GSocketListener
|
||||
* @short_description: Helper for accepting network client connections
|
||||
* @see_also: #GThreadedSocketService, #GSocketService.
|
||||
|
@ -23,7 +23,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* SECTION: gsocketservice
|
||||
* SECTION:gsocketservice
|
||||
* @title: GSocketService
|
||||
* @short_description: Make it easy to implement a network service
|
||||
* @see_also: #GThreadedSocketService, #GSocketListener.
|
||||
|
@ -11,7 +11,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* SECTION: gtcpconnection
|
||||
* SECTION:gtcpconnection
|
||||
* @title: GTcpConnection
|
||||
* @short_description: A TCP GSocketConnection
|
||||
* @see_also: #GSocketConnection.
|
||||
|
@ -21,7 +21,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* SECTION: gtcpwrapperconnection
|
||||
* SECTION:gtcpwrapperconnection
|
||||
* @title: GTcpWrapperConnection
|
||||
* @short_description: wrapper for non-GSocketConnection-based, GSocket-based GIOStreams
|
||||
* @see_also: #GSocketConnection.
|
||||
|
@ -23,7 +23,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* SECTION: gthreadedsocketservice
|
||||
* SECTION:gthreadedsocketservice
|
||||
* @title: GThreadedSocketService
|
||||
* @short_description: A threaded GSocketService
|
||||
* @see_also: #GSocketService.
|
||||
|
@ -29,7 +29,7 @@
|
||||
#include "glibintl.h"
|
||||
|
||||
/**
|
||||
* SECTION: gtlscertificate
|
||||
* SECTION:gtlscertificate
|
||||
* @title: GTlsCertificate
|
||||
* @short_description: TLS certificate
|
||||
* @see_also: #GTlsConnection
|
||||
|
@ -18,7 +18,7 @@
|
||||
#include "glibintl.h"
|
||||
|
||||
/**
|
||||
* SECTION: gunixconnection
|
||||
* SECTION:gunixconnection
|
||||
* @title: GUnixConnection
|
||||
* @short_description: A UNIX domain GSocketConnection
|
||||
* @include: gio/gunixconnection.h
|
||||
|
@ -14,7 +14,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* SECTION: gunixcredentialsmessage
|
||||
* SECTION:gunixcredentialsmessage
|
||||
* @title: GUnixCredentialsMessage
|
||||
* @short_description: A GSocketControlMessage containing credentials
|
||||
* @include: gio/gunixcredentialsmessage.h
|
||||
|
@ -13,7 +13,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* SECTION: gunixfdlist
|
||||
* SECTION:gunixfdlist
|
||||
* @title: GUnixFDList
|
||||
* @short_description: An object containing a set of UNIX file descriptors
|
||||
* @include: gio/gunixfdlist.h
|
||||
|
@ -13,7 +13,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* SECTION: gunixfdmessage
|
||||
* SECTION:gunixfdmessage
|
||||
* @title: GUnixFDMessage
|
||||
* @short_description: A GSocketControlMessage containing a GUnixFDList
|
||||
* @include: gio/gunixfdmessage.h
|
||||
|
@ -42,7 +42,7 @@
|
||||
|
||||
|
||||
/**
|
||||
* SECTION: arrays
|
||||
* SECTION:arrays
|
||||
* @title: Arrays
|
||||
* @short_description: arrays of arbitrary elements which grow
|
||||
* automatically as elements are added
|
||||
@ -693,7 +693,7 @@ g_array_maybe_expand (GRealArray *array,
|
||||
}
|
||||
|
||||
/**
|
||||
* SECTION: arrays_pointer
|
||||
* SECTION:arrays_pointer
|
||||
* @title: Pointer Arrays
|
||||
* @short_description: arrays of pointers to any type of data, which
|
||||
* grow automatically as new elements are added
|
||||
@ -1307,7 +1307,7 @@ g_ptr_array_foreach (GPtrArray *array,
|
||||
}
|
||||
|
||||
/**
|
||||
* SECTION: arrays_byte
|
||||
* SECTION:arrays_byte
|
||||
* @title: Byte Arrays
|
||||
* @short_description: arrays of bytes, which grow automatically as
|
||||
* elements are added
|
||||
|
@ -35,7 +35,7 @@
|
||||
|
||||
|
||||
/**
|
||||
* SECTION: async_queues
|
||||
* SECTION:async_queues
|
||||
* @title: Asynchronous Queues
|
||||
* @short_description: asynchronous communication between threads
|
||||
*
|
||||
|
@ -36,7 +36,7 @@
|
||||
#include "gtestutils.h"
|
||||
|
||||
/**
|
||||
* SECTION: caches
|
||||
* SECTION:caches
|
||||
* @title: Caches
|
||||
* @short_description: caches allow sharing of complex data structures
|
||||
* to save resources
|
||||
|
@ -32,7 +32,7 @@
|
||||
|
||||
|
||||
/**
|
||||
* SECTION: checksum
|
||||
* SECTION:checksum
|
||||
* @title: Data Checksums
|
||||
* @short_description: Computes the checksum for data
|
||||
*
|
||||
|
@ -41,7 +41,7 @@
|
||||
#include "gcompletion.h"
|
||||
|
||||
/**
|
||||
* SECTION: completion
|
||||
* SECTION:completion
|
||||
* @title: Automatic String Completion
|
||||
* @short_description: support for automatic completion using a group
|
||||
* of target strings
|
||||
|
@ -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
|
||||
|
@ -39,7 +39,7 @@
|
||||
|
||||
|
||||
/**
|
||||
* SECTION: hash_tables
|
||||
* SECTION:hash_tables
|
||||
* @title: Hash Tables
|
||||
* @short_description: associations between keys and values so that
|
||||
* given a key the value can be found quickly
|
||||
|
@ -50,7 +50,7 @@
|
||||
|
||||
|
||||
/**
|
||||
* SECTION: iochannels
|
||||
* SECTION:iochannels
|
||||
* @title: IO Channels
|
||||
* @short_description: portable support for using files, pipes and
|
||||
* sockets
|
||||
|
@ -35,7 +35,7 @@
|
||||
#include "gtestutils.h"
|
||||
|
||||
/**
|
||||
* SECTION: linked_lists_double
|
||||
* SECTION:linked_lists_double
|
||||
* @title: Doubly-Linked Lists
|
||||
* @short_description: linked lists containing integer values or
|
||||
* pointers to data, with the ability to iterate
|
||||
|
@ -911,7 +911,7 @@ GMemVTable *glib_mem_profiler_table = &profiler_table;
|
||||
|
||||
/* --- MemChunks --- */
|
||||
/**
|
||||
* SECTION: allocators
|
||||
* SECTION:allocators
|
||||
* @title: Memory Allocators
|
||||
* @short_description: deprecated way to allocate chunks of memory for
|
||||
* GList, GSList and GNode
|
||||
@ -924,7 +924,7 @@ GMemVTable *glib_mem_profiler_table = &profiler_table;
|
||||
**/
|
||||
|
||||
/**
|
||||
* SECTION: memory_chunks
|
||||
* SECTION:memory_chunks
|
||||
* @title: Memory Chunks
|
||||
* @short_description: deprecated way to allocate groups of equal-sized
|
||||
* chunks of memory
|
||||
|
@ -38,7 +38,7 @@
|
||||
#include "gtestutils.h"
|
||||
|
||||
/**
|
||||
* SECTION: trees-nary
|
||||
* SECTION:trees-nary
|
||||
* @title: N-ary Trees
|
||||
* @short_description: trees of data with any number of branches
|
||||
*
|
||||
|
@ -30,7 +30,7 @@
|
||||
#include "gutils.h"
|
||||
|
||||
/**
|
||||
* SECTION: patterns
|
||||
* SECTION:patterns
|
||||
* @title: Glob-style pattern matching
|
||||
* @short_description: matches strings against patterns containing '*'
|
||||
* (wildcard) and '?' (joker)
|
||||
|
@ -60,7 +60,7 @@
|
||||
#endif
|
||||
|
||||
/**
|
||||
* SECTION: random_numbers
|
||||
* SECTION:random_numbers
|
||||
* @title: Random Numbers
|
||||
* @short_description: pseudo-random number generator
|
||||
*
|
||||
|
@ -42,7 +42,7 @@
|
||||
#include "grel.h"
|
||||
|
||||
/**
|
||||
* SECTION: relations
|
||||
* SECTION:relations
|
||||
* @title: Relations and Tuples
|
||||
* @short_description: tables of data which can be indexed on any
|
||||
* number of fields
|
||||
|
@ -25,7 +25,7 @@
|
||||
#include "gmem.h"
|
||||
#include "gtestutils.h"
|
||||
/**
|
||||
* SECTION: sequence
|
||||
* SECTION:sequence
|
||||
* @title: Sequences
|
||||
* @short_description: scalable lists
|
||||
*
|
||||
|
@ -33,7 +33,7 @@
|
||||
#include "glibintl.h"
|
||||
|
||||
/**
|
||||
* SECTION: shell
|
||||
* SECTION:shell
|
||||
* @title: Shell-related Utilities
|
||||
* @short_description: shell-like commandline handling
|
||||
**/
|
||||
|
@ -34,7 +34,7 @@
|
||||
#include "gtestutils.h"
|
||||
|
||||
/**
|
||||
* SECTION: linked_lists_single
|
||||
* SECTION:linked_lists_single
|
||||
* @title: Singly-Linked Lists
|
||||
* @short_description: linked lists containing integer values or
|
||||
* pointers to data, limited to iterating over the
|
||||
|
@ -45,7 +45,7 @@
|
||||
|
||||
|
||||
/**
|
||||
* SECTION: string_chunks
|
||||
* SECTION:string_chunks
|
||||
* @title: String Chunks
|
||||
* @short_description: efficient storage of groups of strings
|
||||
*
|
||||
|
@ -63,7 +63,7 @@
|
||||
|
||||
|
||||
/**
|
||||
* SECTION: threads
|
||||
* SECTION:threads
|
||||
* @title: Threads
|
||||
* @short_description: thread abstraction; including threads, different
|
||||
* mutexes, conditions and thread private data
|
||||
|
@ -34,7 +34,7 @@
|
||||
#include "gtimer.h"
|
||||
|
||||
/**
|
||||
* SECTION: thread_pools
|
||||
* SECTION:thread_pools
|
||||
* @title: Thread Pools
|
||||
* @short_description: pools of threads to execute work concurrently
|
||||
* @see_also: <para> <variablelist> <varlistentry>
|
||||
|
@ -57,7 +57,7 @@
|
||||
#include "gmain.h"
|
||||
|
||||
/**
|
||||
* SECTION: timers
|
||||
* SECTION:timers
|
||||
* @title: Timers
|
||||
* @short_description: keep track of elapsed time
|
||||
*
|
||||
|
@ -36,7 +36,7 @@
|
||||
#include "gtestutils.h"
|
||||
|
||||
/**
|
||||
* SECTION: trees-binary
|
||||
* SECTION:trees-binary
|
||||
* @title: Balanced Binary Trees
|
||||
* @short_description: a sorted collection of key/value pairs optimized
|
||||
* for searching and traversing in order
|
||||
|
@ -36,7 +36,7 @@
|
||||
|
||||
|
||||
/**
|
||||
* SECTION: gvariant
|
||||
* SECTION:gvariant
|
||||
* @title: GVariant
|
||||
* @short_description: strongly typed value datatype
|
||||
* @see_also: GVariantType
|
||||
|
@ -31,7 +31,7 @@
|
||||
|
||||
|
||||
/**
|
||||
* SECTION: gvarianttype
|
||||
* SECTION:gvarianttype
|
||||
* @title: GVariantType
|
||||
* @short_description: introduction to the GVariant type system
|
||||
* @see_also: #GVariantType, #GVariant
|
||||
|
Loading…
Reference in New Issue
Block a user