docs: Ditch more markup

Some markup was hiding in docs in headers. Drop it there, too.
This commit is contained in:
Matthias Clasen
2014-03-02 18:20:37 -05:00
parent ad4d81418e
commit 49cc207e35
12 changed files with 160 additions and 198 deletions

View File

@@ -68,18 +68,15 @@ G_BEGIN_DECLS
/**
* G_VOLUME_IDENTIFIER_KIND_CLASS:
*
* The string used to obtain the volume <emphasis>class</emphasis>
* with g_volume_get_identifier().
* The string used to obtain the volume class with g_volume_get_identifier().
*
* Known volume classes include <literal>device</literal> and
* <literal>network</literal>. Other classes may be added in the
* future.
* Known volume classes include `device` and `network`. Other classes may
* be added in the future.
*
* This is intended to be used by applications to classify #GVolume
* instances into different sections - for example a file manager or
* file chooser can use this information to show
* <literal>network</literal> volumes under a "Network" heading and
* <literal>device</literal> volumes under a "Devices" heading.
* file chooser can use this information to show `network` volumes under
* a "Network" heading and `device` volumes under a "Devices" heading.
*/
#define G_VOLUME_IDENTIFIER_KIND_CLASS "class"