summaryrefslogtreecommitdiff
path: root/glib
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2011-02-01 16:17:23 -0200
committerJohan Dahlin <jdahlin@litl.com>2011-02-01 16:18:02 -0200
commitfdaaa22b58b20c285bc0c328cd6a97bb6c0f0258 (patch)
treebf587460011d2ab01ef6c1dbed6830c9219e10a7 /glib
parentad1f882a1c8b4a20daba877d3504280e512b104e (diff)
downloadglib-fdaaa22b58b20c285bc0c328cd6a97bb6c0f0258.tar.gz
Correct gtk-doc SECTION: syntax
g-ir-scanner does not allow a space between the : and the section name.
Diffstat (limited to 'glib')
-rw-r--r--glib/garray.c6
-rw-r--r--glib/gasyncqueue.c2
-rw-r--r--glib/gcache.c2
-rw-r--r--glib/gchecksum.c2
-rw-r--r--glib/gcompletion.c2
-rw-r--r--glib/gdataset.c6
-rw-r--r--glib/ghash.c2
-rw-r--r--glib/giochannel.c2
-rw-r--r--glib/glist.c2
-rw-r--r--glib/gmem.c4
-rw-r--r--glib/gnode.c2
-rw-r--r--glib/gpattern.c2
-rw-r--r--glib/grand.c2
-rw-r--r--glib/grel.c2
-rw-r--r--glib/gsequence.c2
-rw-r--r--glib/gshell.c2
-rw-r--r--glib/gslist.c2
-rw-r--r--glib/gstring.c2
-rw-r--r--glib/gthread.c2
-rw-r--r--glib/gthreadpool.c2
-rw-r--r--glib/gtimer.c2
-rw-r--r--glib/gtree.c2
-rw-r--r--glib/gvariant.c2
-rw-r--r--glib/gvarianttype.c2
24 files changed, 29 insertions, 29 deletions
diff --git a/glib/garray.c b/glib/garray.c
index ac9a354b7..e3d872b21 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 97672e71f..ff4ad09da 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 6a6163cd6..9c513345a 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 b0d10c1ad..70531afe3 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 710e6c066..13ebc43d5 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 cd3a51eac..ca92807f5 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 5f2df05bd..4cf6af4eb 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 8b74386a3..d34381bd6 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 6664964b7..7736c936c 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 7212ae49d..a657f73fd 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 22d19379c..54bec7a64 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 1c37e98e6..7770d9ca2 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 e86afa72a..b97617bf2 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 59d5bbbfc..9ad586131 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 40b3294d7..158e71af7 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 1461f29ba..5ae58ffb5 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 f8e7dcdc7..502591b84 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 8765e5645..59df749be 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 2a00c60a9..971aedb90 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 3bab27419..01b719e2e 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 0395fb0bd..970ad2c5c 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 8a4387f79..4aa5e5ca2 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 fd1163ef4..c12719cdb 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 b33d60eef..a43aecf51 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