Correct gtk-doc SECTION: syntax

g-ir-scanner does not allow a space between the : and the
section name.
This commit is contained in:
Johan Dahlin 2011-02-01 16:17:23 -02:00 committed by Johan Dahlin
parent ad1f882a1c
commit fdaaa22b58
36 changed files with 41 additions and 41 deletions

View File

@ -38,7 +38,7 @@
#include <string.h> #include <string.h>
/** /**
* SECTION: gapplication * SECTION:gapplication
* @title: GApplication * @title: GApplication
* @short_description: Core application class * @short_description: Core application class
* *

View File

@ -13,7 +13,7 @@
*/ */
/** /**
* SECTION: gsocketcontrolmessage * SECTION:gsocketcontrolmessage
* @title: GSocketControlMessage * @title: GSocketControlMessage
* @short_description: A GSocket control message * @short_description: A GSocket control message
* @see_also: #GSocket. * @see_also: #GSocket.

View File

@ -40,7 +40,7 @@
/** /**
* SECTION: gsocketlistener * SECTION:gsocketlistener
* @title: GSocketListener * @title: GSocketListener
* @short_description: Helper for accepting network client connections * @short_description: Helper for accepting network client connections
* @see_also: #GThreadedSocketService, #GSocketService. * @see_also: #GThreadedSocketService, #GSocketService.

View File

@ -23,7 +23,7 @@
*/ */
/** /**
* SECTION: gsocketservice * SECTION:gsocketservice
* @title: GSocketService * @title: GSocketService
* @short_description: Make it easy to implement a network service * @short_description: Make it easy to implement a network service
* @see_also: #GThreadedSocketService, #GSocketListener. * @see_also: #GThreadedSocketService, #GSocketListener.

View File

@ -11,7 +11,7 @@
*/ */
/** /**
* SECTION: gtcpconnection * SECTION:gtcpconnection
* @title: GTcpConnection * @title: GTcpConnection
* @short_description: A TCP GSocketConnection * @short_description: A TCP GSocketConnection
* @see_also: #GSocketConnection. * @see_also: #GSocketConnection.

View File

@ -21,7 +21,7 @@
*/ */
/** /**
* SECTION: gtcpwrapperconnection * SECTION:gtcpwrapperconnection
* @title: GTcpWrapperConnection * @title: GTcpWrapperConnection
* @short_description: wrapper for non-GSocketConnection-based, GSocket-based GIOStreams * @short_description: wrapper for non-GSocketConnection-based, GSocket-based GIOStreams
* @see_also: #GSocketConnection. * @see_also: #GSocketConnection.

View File

@ -23,7 +23,7 @@
*/ */
/** /**
* SECTION: gthreadedsocketservice * SECTION:gthreadedsocketservice
* @title: GThreadedSocketService * @title: GThreadedSocketService
* @short_description: A threaded GSocketService * @short_description: A threaded GSocketService
* @see_also: #GSocketService. * @see_also: #GSocketService.

View File

@ -29,7 +29,7 @@
#include "glibintl.h" #include "glibintl.h"
/** /**
* SECTION: gtlscertificate * SECTION:gtlscertificate
* @title: GTlsCertificate * @title: GTlsCertificate
* @short_description: TLS certificate * @short_description: TLS certificate
* @see_also: #GTlsConnection * @see_also: #GTlsConnection

View File

@ -18,7 +18,7 @@
#include "glibintl.h" #include "glibintl.h"
/** /**
* SECTION: gunixconnection * SECTION:gunixconnection
* @title: GUnixConnection * @title: GUnixConnection
* @short_description: A UNIX domain GSocketConnection * @short_description: A UNIX domain GSocketConnection
* @include: gio/gunixconnection.h * @include: gio/gunixconnection.h

View File

@ -14,7 +14,7 @@
*/ */
/** /**
* SECTION: gunixcredentialsmessage * SECTION:gunixcredentialsmessage
* @title: GUnixCredentialsMessage * @title: GUnixCredentialsMessage
* @short_description: A GSocketControlMessage containing credentials * @short_description: A GSocketControlMessage containing credentials
* @include: gio/gunixcredentialsmessage.h * @include: gio/gunixcredentialsmessage.h

View File

@ -13,7 +13,7 @@
*/ */
/** /**
* SECTION: gunixfdlist * SECTION:gunixfdlist
* @title: GUnixFDList * @title: GUnixFDList
* @short_description: An object containing a set of UNIX file descriptors * @short_description: An object containing a set of UNIX file descriptors
* @include: gio/gunixfdlist.h * @include: gio/gunixfdlist.h

View File

@ -13,7 +13,7 @@
*/ */
/** /**
* SECTION: gunixfdmessage * SECTION:gunixfdmessage
* @title: GUnixFDMessage * @title: GUnixFDMessage
* @short_description: A GSocketControlMessage containing a GUnixFDList * @short_description: A GSocketControlMessage containing a GUnixFDList
* @include: gio/gunixfdmessage.h * @include: gio/gunixfdmessage.h

View File

@ -42,7 +42,7 @@
/** /**
* SECTION: arrays * SECTION:arrays
* @title: Arrays * @title: Arrays
* @short_description: arrays of arbitrary elements which grow * @short_description: arrays of arbitrary elements which grow
* automatically as elements are added * automatically as elements are added
@ -693,7 +693,7 @@ g_array_maybe_expand (GRealArray *array,
} }
/** /**
* SECTION: arrays_pointer * SECTION:arrays_pointer
* @title: Pointer Arrays * @title: Pointer Arrays
* @short_description: arrays of pointers to any type of data, which * @short_description: arrays of pointers to any type of data, which
* grow automatically as new elements are added * 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 * @title: Byte Arrays
* @short_description: arrays of bytes, which grow automatically as * @short_description: arrays of bytes, which grow automatically as
* elements are added * elements are added

View File

@ -35,7 +35,7 @@
/** /**
* SECTION: async_queues * SECTION:async_queues
* @title: Asynchronous Queues * @title: Asynchronous Queues
* @short_description: asynchronous communication between threads * @short_description: asynchronous communication between threads
* *

View File

@ -36,7 +36,7 @@
#include "gtestutils.h" #include "gtestutils.h"
/** /**
* SECTION: caches * SECTION:caches
* @title: Caches * @title: Caches
* @short_description: caches allow sharing of complex data structures * @short_description: caches allow sharing of complex data structures
* to save resources * to save resources

View File

@ -32,7 +32,7 @@
/** /**
* SECTION: checksum * SECTION:checksum
* @title: Data Checksums * @title: Data Checksums
* @short_description: Computes the checksum for data * @short_description: Computes the checksum for data
* *

View File

@ -41,7 +41,7 @@
#include "gcompletion.h" #include "gcompletion.h"
/** /**
* SECTION: completion * SECTION:completion
* @title: Automatic String Completion * @title: Automatic String Completion
* @short_description: support for automatic completion using a group * @short_description: support for automatic completion using a group
* of target strings * of target strings

View File

@ -45,7 +45,7 @@
#include "glib_trace.h" #include "glib_trace.h"
/** /**
* SECTION: datasets * SECTION:datasets
* @title: Datasets * @title: Datasets
* @short_description: associate groups of data elements with * @short_description: associate groups of data elements with
* particular memory locations * particular memory locations
@ -84,7 +84,7 @@
**/ **/
/** /**
* SECTION: datalist * SECTION:datalist
* @title: Keyed Data Lists * @title: Keyed Data Lists
* @short_description: lists of data elements which are accessible by a * @short_description: lists of data elements which are accessible by a
* string or GQuark identifier * string or GQuark identifier
@ -947,7 +947,7 @@ g_data_initialize (void)
} }
/** /**
* SECTION: quarks * SECTION:quarks
* @title: Quarks * @title: Quarks
* @short_description: a 2-way association between a string and a * @short_description: a 2-way association between a string and a
* unique integer identifier * unique integer identifier

View File

@ -39,7 +39,7 @@
/** /**
* SECTION: hash_tables * SECTION:hash_tables
* @title: Hash Tables * @title: Hash Tables
* @short_description: associations between keys and values so that * @short_description: associations between keys and values so that
* given a key the value can be found quickly * given a key the value can be found quickly

View File

@ -50,7 +50,7 @@
/** /**
* SECTION: iochannels * SECTION:iochannels
* @title: IO Channels * @title: IO Channels
* @short_description: portable support for using files, pipes and * @short_description: portable support for using files, pipes and
* sockets * sockets

View File

@ -35,7 +35,7 @@
#include "gtestutils.h" #include "gtestutils.h"
/** /**
* SECTION: linked_lists_double * SECTION:linked_lists_double
* @title: Doubly-Linked Lists * @title: Doubly-Linked Lists
* @short_description: linked lists containing integer values or * @short_description: linked lists containing integer values or
* pointers to data, with the ability to iterate * pointers to data, with the ability to iterate

View File

@ -911,7 +911,7 @@ GMemVTable *glib_mem_profiler_table = &profiler_table;
/* --- MemChunks --- */ /* --- MemChunks --- */
/** /**
* SECTION: allocators * SECTION:allocators
* @title: Memory Allocators * @title: Memory Allocators
* @short_description: deprecated way to allocate chunks of memory for * @short_description: deprecated way to allocate chunks of memory for
* GList, GSList and GNode * GList, GSList and GNode
@ -924,7 +924,7 @@ GMemVTable *glib_mem_profiler_table = &profiler_table;
**/ **/
/** /**
* SECTION: memory_chunks * SECTION:memory_chunks
* @title: Memory Chunks * @title: Memory Chunks
* @short_description: deprecated way to allocate groups of equal-sized * @short_description: deprecated way to allocate groups of equal-sized
* chunks of memory * chunks of memory

View File

@ -38,7 +38,7 @@
#include "gtestutils.h" #include "gtestutils.h"
/** /**
* SECTION: trees-nary * SECTION:trees-nary
* @title: N-ary Trees * @title: N-ary Trees
* @short_description: trees of data with any number of branches * @short_description: trees of data with any number of branches
* *

View File

@ -30,7 +30,7 @@
#include "gutils.h" #include "gutils.h"
/** /**
* SECTION: patterns * SECTION:patterns
* @title: Glob-style pattern matching * @title: Glob-style pattern matching
* @short_description: matches strings against patterns containing '*' * @short_description: matches strings against patterns containing '*'
* (wildcard) and '?' (joker) * (wildcard) and '?' (joker)

View File

@ -60,7 +60,7 @@
#endif #endif
/** /**
* SECTION: random_numbers * SECTION:random_numbers
* @title: Random Numbers * @title: Random Numbers
* @short_description: pseudo-random number generator * @short_description: pseudo-random number generator
* *

View File

@ -42,7 +42,7 @@
#include "grel.h" #include "grel.h"
/** /**
* SECTION: relations * SECTION:relations
* @title: Relations and Tuples * @title: Relations and Tuples
* @short_description: tables of data which can be indexed on any * @short_description: tables of data which can be indexed on any
* number of fields * number of fields

View File

@ -25,7 +25,7 @@
#include "gmem.h" #include "gmem.h"
#include "gtestutils.h" #include "gtestutils.h"
/** /**
* SECTION: sequence * SECTION:sequence
* @title: Sequences * @title: Sequences
* @short_description: scalable lists * @short_description: scalable lists
* *

View File

@ -33,7 +33,7 @@
#include "glibintl.h" #include "glibintl.h"
/** /**
* SECTION: shell * SECTION:shell
* @title: Shell-related Utilities * @title: Shell-related Utilities
* @short_description: shell-like commandline handling * @short_description: shell-like commandline handling
**/ **/

View File

@ -34,7 +34,7 @@
#include "gtestutils.h" #include "gtestutils.h"
/** /**
* SECTION: linked_lists_single * SECTION:linked_lists_single
* @title: Singly-Linked Lists * @title: Singly-Linked Lists
* @short_description: linked lists containing integer values or * @short_description: linked lists containing integer values or
* pointers to data, limited to iterating over the * pointers to data, limited to iterating over the

View File

@ -45,7 +45,7 @@
/** /**
* SECTION: string_chunks * SECTION:string_chunks
* @title: String Chunks * @title: String Chunks
* @short_description: efficient storage of groups of strings * @short_description: efficient storage of groups of strings
* *

View File

@ -63,7 +63,7 @@
/** /**
* SECTION: threads * SECTION:threads
* @title: Threads * @title: Threads
* @short_description: thread abstraction; including threads, different * @short_description: thread abstraction; including threads, different
* mutexes, conditions and thread private data * mutexes, conditions and thread private data

View File

@ -34,7 +34,7 @@
#include "gtimer.h" #include "gtimer.h"
/** /**
* SECTION: thread_pools * SECTION:thread_pools
* @title: Thread Pools * @title: Thread Pools
* @short_description: pools of threads to execute work concurrently * @short_description: pools of threads to execute work concurrently
* @see_also: <para> <variablelist> <varlistentry> * @see_also: <para> <variablelist> <varlistentry>

View File

@ -57,7 +57,7 @@
#include "gmain.h" #include "gmain.h"
/** /**
* SECTION: timers * SECTION:timers
* @title: Timers * @title: Timers
* @short_description: keep track of elapsed time * @short_description: keep track of elapsed time
* *

View File

@ -36,7 +36,7 @@
#include "gtestutils.h" #include "gtestutils.h"
/** /**
* SECTION: trees-binary * SECTION:trees-binary
* @title: Balanced Binary Trees * @title: Balanced Binary Trees
* @short_description: a sorted collection of key/value pairs optimized * @short_description: a sorted collection of key/value pairs optimized
* for searching and traversing in order * for searching and traversing in order

View File

@ -36,7 +36,7 @@
/** /**
* SECTION: gvariant * SECTION:gvariant
* @title: GVariant * @title: GVariant
* @short_description: strongly typed value datatype * @short_description: strongly typed value datatype
* @see_also: GVariantType * @see_also: GVariantType

View File

@ -31,7 +31,7 @@
/** /**
* SECTION: gvarianttype * SECTION:gvarianttype
* @title: GVariantType * @title: GVariantType
* @short_description: introduction to the GVariant type system * @short_description: introduction to the GVariant type system
* @see_also: #GVariantType, #GVariant * @see_also: #GVariantType, #GVariant