Improve various section headings in the docs

We don't use # or other forms of links in the section headings.
We also capitalize them and don't put a final period.

This commit corrects several headings to follow these rules.
This commit is contained in:
Matthias Clasen 2013-06-29 22:51:31 -04:00
parent d30a2d92f3
commit a3182e3b9a
6 changed files with 6 additions and 6 deletions

View File

@ -34,7 +34,7 @@
/** /**
* SECTION:gbytesicon * SECTION:gbytesicon
* @short_description: An icon stored in memory as a #GBytes * @short_description: An icon stored in memory as a GBytes
* @include: gio/gio.h * @include: gio/gio.h
* @see_also: #GIcon, #GLoadableIcon, #GBytes * @see_also: #GIcon, #GLoadableIcon, #GBytes
* *

View File

@ -32,7 +32,7 @@
/** /**
* SECTION:gdbusutils * SECTION:gdbusutils
* @title: D-Bus Utilities * @title: D-Bus Utilities
* @short_description: Various utilities related to D-Bus. * @short_description: Various utilities related to D-Bus
* @include: gio/gio.h * @include: gio/gio.h
* *
* Various utility routines related to D-Bus. * Various utility routines related to D-Bus.

View File

@ -28,7 +28,7 @@
/** /**
* SECTION:gpollableutils * SECTION:gpollableutils
* @short_description: #GPollableInputStream / #GPollableOutputStream utilities * @short_description: Utilities for pollable streams
* @include: gio/gio.h * @include: gio/gio.h
* *
* Utility functions for #GPollableInputStream and * Utility functions for #GPollableInputStream and

View File

@ -29,7 +29,7 @@
/** /**
* SECTION:gremoteactiongroup * SECTION:gremoteactiongroup
* @title: GRemoteActionGroup * @title: GRemoteActionGroup
* @short_description: a #GActionGroup that interacts with other processes * @short_description: A GActionGroup that interacts with other processes
* *
* The GRemoteActionGroup interface is implemented by #GActionGroup * The GRemoteActionGroup interface is implemented by #GActionGroup
* instances that either transmit action invocations to other processes * instances that either transmit action invocations to other processes

View File

@ -32,7 +32,7 @@
/** /**
* SECTION:gsettingsschema * SECTION:gsettingsschema
* @short_description: introspecting and controlling the loading of * @short_description: Introspecting and controlling the loading of
* GSettings schemas * GSettings schemas
* *
* The #GSettingsSchemaSource and #GSettingsSchema APIs provide a * The #GSettingsSchemaSource and #GSettingsSchema APIs provide a

View File

@ -23,7 +23,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.
* *
* A #GTcpWrapperConnection can be used to wrap a #GIOStream that is * A #GTcpWrapperConnection can be used to wrap a #GIOStream that is