mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
docs: Ditch more markup
Some markup was hiding in docs in headers. Drop it there, too.
This commit is contained in:
@@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user