[glib] Correct gtk-doc SECTION: syntax
- From: Johan Dahlin <johan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Correct gtk-doc SECTION: syntax
- Date: Tue, 1 Feb 2011 18:18:13 +0000 (UTC)
commit fdaaa22b58b20c285bc0c328cd6a97bb6c0f0258
Author: Johan Dahlin <johan gnome org>
Date: Tue Feb 1 16:17:23 2011 -0200
Correct gtk-doc SECTION: syntax
g-ir-scanner does not allow a space between the : and the
section name.
gio/gapplication.c | 2 +-
gio/gsocketcontrolmessage.c | 2 +-
gio/gsocketlistener.c | 2 +-
gio/gsocketservice.c | 2 +-
gio/gtcpconnection.c | 2 +-
gio/gtcpwrapperconnection.c | 2 +-
gio/gthreadedsocketservice.c | 2 +-
gio/gtlscertificate.c | 2 +-
gio/gunixconnection.c | 2 +-
gio/gunixcredentialsmessage.c | 2 +-
gio/gunixfdlist.c | 2 +-
gio/gunixfdmessage.c | 2 +-
glib/garray.c | 6 +++---
glib/gasyncqueue.c | 2 +-
glib/gcache.c | 2 +-
glib/gchecksum.c | 2 +-
glib/gcompletion.c | 2 +-
glib/gdataset.c | 6 +++---
glib/ghash.c | 2 +-
glib/giochannel.c | 2 +-
glib/glist.c | 2 +-
glib/gmem.c | 4 ++--
glib/gnode.c | 2 +-
glib/gpattern.c | 2 +-
glib/grand.c | 2 +-
glib/grel.c | 2 +-
glib/gsequence.c | 2 +-
glib/gshell.c | 2 +-
glib/gslist.c | 2 +-
glib/gstring.c | 2 +-
glib/gthread.c | 2 +-
glib/gthreadpool.c | 2 +-
glib/gtimer.c | 2 +-
glib/gtree.c | 2 +-
glib/gvariant.c | 2 +-
glib/gvarianttype.c | 2 +-
36 files changed, 41 insertions(+), 41 deletions(-)
---
diff --git a/gio/gapplication.c b/gio/gapplication.c
index 49ab61f..8c6463a 100644
--- a/gio/gapplication.c
+++ b/gio/gapplication.c
@@ -38,7 +38,7 @@
#include <string.h>
/**
- * SECTION: gapplication
+ * SECTION:gapplication
* @title: GApplication
* @short_description: Core application class
*
diff --git a/gio/gsocketcontrolmessage.c b/gio/gsocketcontrolmessage.c
index a2a6f44..322a049 100644
--- a/gio/gsocketcontrolmessage.c
+++ b/gio/gsocketcontrolmessage.c
@@ -13,7 +13,7 @@
*/
/**
- * SECTION: gsocketcontrolmessage
+ * SECTION:gsocketcontrolmessage
* @title: GSocketControlMessage
* @short_description: A GSocket control message
* @see_also: #GSocket.
diff --git a/gio/gsocketlistener.c b/gio/gsocketlistener.c
index ddfbffa..c20bd5b 100644
--- a/gio/gsocketlistener.c
+++ b/gio/gsocketlistener.c
@@ -40,7 +40,7 @@
/**
- * SECTION: gsocketlistener
+ * SECTION:gsocketlistener
* @title: GSocketListener
* @short_description: Helper for accepting network client connections
* @see_also: #GThreadedSocketService, #GSocketService.
diff --git a/gio/gsocketservice.c b/gio/gsocketservice.c
index e9aab5e..8d9f724 100644
--- a/gio/gsocketservice.c
+++ b/gio/gsocketservice.c
@@ -23,7 +23,7 @@
*/
/**
- * SECTION: gsocketservice
+ * SECTION:gsocketservice
* @title: GSocketService
* @short_description: Make it easy to implement a network service
* @see_also: #GThreadedSocketService, #GSocketListener.
diff --git a/gio/gtcpconnection.c b/gio/gtcpconnection.c
index f667862..cbb6064 100644
--- a/gio/gtcpconnection.c
+++ b/gio/gtcpconnection.c
@@ -11,7 +11,7 @@
*/
/**
- * SECTION: gtcpconnection
+ * SECTION:gtcpconnection
* @title: GTcpConnection
* @short_description: A TCP GSocketConnection
* @see_also: #GSocketConnection.
diff --git a/gio/gtcpwrapperconnection.c b/gio/gtcpwrapperconnection.c
index 7c2ff15..deab98f 100644
--- a/gio/gtcpwrapperconnection.c
+++ b/gio/gtcpwrapperconnection.c
@@ -21,7 +21,7 @@
*/
/**
- * SECTION: gtcpwrapperconnection
+ * SECTION:gtcpwrapperconnection
* @title: GTcpWrapperConnection
* @short_description: wrapper for non-GSocketConnection-based, GSocket-based GIOStreams
* @see_also: #GSocketConnection.
diff --git a/gio/gthreadedsocketservice.c b/gio/gthreadedsocketservice.c
index 83b75fe..e69804e 100644
--- a/gio/gthreadedsocketservice.c
+++ b/gio/gthreadedsocketservice.c
@@ -23,7 +23,7 @@
*/
/**
- * SECTION: gthreadedsocketservice
+ * SECTION:gthreadedsocketservice
* @title: GThreadedSocketService
* @short_description: A threaded GSocketService
* @see_also: #GSocketService.
diff --git a/gio/gtlscertificate.c b/gio/gtlscertificate.c
index 8e0067c..84a0c4e 100644
--- a/gio/gtlscertificate.c
+++ b/gio/gtlscertificate.c
@@ -29,7 +29,7 @@
#include "glibintl.h"
/**
- * SECTION: gtlscertificate
+ * SECTION:gtlscertificate
* @title: GTlsCertificate
* @short_description: TLS certificate
* @see_also: #GTlsConnection
diff --git a/gio/gunixconnection.c b/gio/gunixconnection.c
index 7106fb7..f04a621 100644
--- a/gio/gunixconnection.c
+++ b/gio/gunixconnection.c
@@ -18,7 +18,7 @@
#include "glibintl.h"
/**
- * SECTION: gunixconnection
+ * SECTION:gunixconnection
* @title: GUnixConnection
* @short_description: A UNIX domain GSocketConnection
* @include: gio/gunixconnection.h
diff --git a/gio/gunixcredentialsmessage.c b/gio/gunixcredentialsmessage.c
index ece892c..a1094be 100644
--- a/gio/gunixcredentialsmessage.c
+++ b/gio/gunixcredentialsmessage.c
@@ -14,7 +14,7 @@
*/
/**
- * SECTION: gunixcredentialsmessage
+ * SECTION:gunixcredentialsmessage
* @title: GUnixCredentialsMessage
* @short_description: A GSocketControlMessage containing credentials
* @include: gio/gunixcredentialsmessage.h
diff --git a/gio/gunixfdlist.c b/gio/gunixfdlist.c
index 68af47e..0348512 100644
--- a/gio/gunixfdlist.c
+++ b/gio/gunixfdlist.c
@@ -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
diff --git a/gio/gunixfdmessage.c b/gio/gunixfdmessage.c
index 21e52e3..ab310bc 100644
--- a/gio/gunixfdmessage.c
+++ b/gio/gunixfdmessage.c
@@ -13,7 +13,7 @@
*/
/**
- * SECTION: gunixfdmessage
+ * SECTION:gunixfdmessage
* @title: GUnixFDMessage
* @short_description: A GSocketControlMessage containing a GUnixFDList
* @include: gio/gunixfdmessage.h
diff --git a/glib/garray.c b/glib/garray.c
index ac9a354..e3d872b 100644
--- a/glib/garray.c
+++ b/glib/garray.c
@@ -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
diff --git a/glib/gasyncqueue.c b/glib/gasyncqueue.c
index 97672e7..ff4ad09 100644
--- a/glib/gasyncqueue.c
+++ b/glib/gasyncqueue.c
@@ -35,7 +35,7 @@
/**
- * SECTION: async_queues
+ * SECTION:async_queues
* @title: Asynchronous Queues
* @short_description: asynchronous communication between threads
*
diff --git a/glib/gcache.c b/glib/gcache.c
index 6a6163c..9c51334 100644
--- a/glib/gcache.c
+++ b/glib/gcache.c
@@ -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
diff --git a/glib/gchecksum.c b/glib/gchecksum.c
index b0d10c1..70531af 100644
--- a/glib/gchecksum.c
+++ b/glib/gchecksum.c
@@ -32,7 +32,7 @@
/**
- * SECTION: checksum
+ * SECTION:checksum
* @title: Data Checksums
* @short_description: Computes the checksum for data
*
diff --git a/glib/gcompletion.c b/glib/gcompletion.c
index 710e6c0..13ebc43 100644
--- a/glib/gcompletion.c
+++ b/glib/gcompletion.c
@@ -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
diff --git a/glib/gdataset.c b/glib/gdataset.c
index cd3a51e..ca92807 100644
--- a/glib/gdataset.c
+++ b/glib/gdataset.c
@@ -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
diff --git a/glib/ghash.c b/glib/ghash.c
index 5f2df05..4cf6af4 100644
--- a/glib/ghash.c
+++ b/glib/ghash.c
@@ -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
diff --git a/glib/giochannel.c b/glib/giochannel.c
index 8b74386..d34381b 100644
--- a/glib/giochannel.c
+++ b/glib/giochannel.c
@@ -50,7 +50,7 @@
/**
- * SECTION: iochannels
+ * SECTION:iochannels
* @title: IO Channels
* @short_description: portable support for using files, pipes and
* sockets
diff --git a/glib/glist.c b/glib/glist.c
index 6664964..7736c93 100644
--- a/glib/glist.c
+++ b/glib/glist.c
@@ -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
diff --git a/glib/gmem.c b/glib/gmem.c
index 7212ae4..a657f73 100644
--- a/glib/gmem.c
+++ b/glib/gmem.c
@@ -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
diff --git a/glib/gnode.c b/glib/gnode.c
index 22d1937..54bec7a 100644
--- a/glib/gnode.c
+++ b/glib/gnode.c
@@ -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
*
diff --git a/glib/gpattern.c b/glib/gpattern.c
index 1c37e98..7770d9c 100644
--- a/glib/gpattern.c
+++ b/glib/gpattern.c
@@ -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)
diff --git a/glib/grand.c b/glib/grand.c
index e86afa7..b97617b 100644
--- a/glib/grand.c
+++ b/glib/grand.c
@@ -60,7 +60,7 @@
#endif
/**
- * SECTION: random_numbers
+ * SECTION:random_numbers
* @title: Random Numbers
* @short_description: pseudo-random number generator
*
diff --git a/glib/grel.c b/glib/grel.c
index 59d5bbb..9ad5861 100644
--- a/glib/grel.c
+++ b/glib/grel.c
@@ -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
diff --git a/glib/gsequence.c b/glib/gsequence.c
index 40b3294..158e71a 100644
--- a/glib/gsequence.c
+++ b/glib/gsequence.c
@@ -25,7 +25,7 @@
#include "gmem.h"
#include "gtestutils.h"
/**
- * SECTION: sequence
+ * SECTION:sequence
* @title: Sequences
* @short_description: scalable lists
*
diff --git a/glib/gshell.c b/glib/gshell.c
index 1461f29..5ae58ff 100644
--- a/glib/gshell.c
+++ b/glib/gshell.c
@@ -33,7 +33,7 @@
#include "glibintl.h"
/**
- * SECTION: shell
+ * SECTION:shell
* @title: Shell-related Utilities
* @short_description: shell-like commandline handling
**/
diff --git a/glib/gslist.c b/glib/gslist.c
index f8e7dcd..502591b 100644
--- a/glib/gslist.c
+++ b/glib/gslist.c
@@ -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
diff --git a/glib/gstring.c b/glib/gstring.c
index 8765e56..59df749 100644
--- a/glib/gstring.c
+++ b/glib/gstring.c
@@ -45,7 +45,7 @@
/**
- * SECTION: string_chunks
+ * SECTION:string_chunks
* @title: String Chunks
* @short_description: efficient storage of groups of strings
*
diff --git a/glib/gthread.c b/glib/gthread.c
index 2a00c60..971aedb 100644
--- a/glib/gthread.c
+++ b/glib/gthread.c
@@ -63,7 +63,7 @@
/**
- * SECTION: threads
+ * SECTION:threads
* @title: Threads
* @short_description: thread abstraction; including threads, different
* mutexes, conditions and thread private data
diff --git a/glib/gthreadpool.c b/glib/gthreadpool.c
index 3bab274..01b719e 100644
--- a/glib/gthreadpool.c
+++ b/glib/gthreadpool.c
@@ -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>
diff --git a/glib/gtimer.c b/glib/gtimer.c
index 0395fb0..970ad2c 100644
--- a/glib/gtimer.c
+++ b/glib/gtimer.c
@@ -57,7 +57,7 @@
#include "gmain.h"
/**
- * SECTION: timers
+ * SECTION:timers
* @title: Timers
* @short_description: keep track of elapsed time
*
diff --git a/glib/gtree.c b/glib/gtree.c
index 8a4387f..4aa5e5c 100644
--- a/glib/gtree.c
+++ b/glib/gtree.c
@@ -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
diff --git a/glib/gvariant.c b/glib/gvariant.c
index fd1163e..c12719c 100644
--- a/glib/gvariant.c
+++ b/glib/gvariant.c
@@ -36,7 +36,7 @@
/**
- * SECTION: gvariant
+ * SECTION:gvariant
* @title: GVariant
* @short_description: strongly typed value datatype
* @see_also: GVariantType
diff --git a/glib/gvarianttype.c b/glib/gvarianttype.c
index b33d60e..a43aecf 100644
--- a/glib/gvarianttype.c
+++ b/glib/gvarianttype.c
@@ -31,7 +31,7 @@
/**
- * SECTION: gvarianttype
+ * SECTION:gvarianttype
* @title: GVariantType
* @short_description: introduction to the GVariant type system
* @see_also: #GVariantType, #GVariant
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]