mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
docs: let go of *
Since we are no longer using sgml mode, using /* */ to escape block comments inside examples does not work anymore. Switch to using line comments with //
This commit is contained in:
@@ -409,7 +409,7 @@ g_simple_action_class_init (GSimpleActionClass *class)
|
||||
*
|
||||
* requested = g_variant_get_int32 (value);
|
||||
*
|
||||
* /* Volume only goes from 0 to 10 */
|
||||
* // Volume only goes from 0 to 10
|
||||
* if (0 <= requested && requested <= 10)
|
||||
* g_simple_action_set_state (action, value);
|
||||
* }
|
||||
|
Reference in New Issue
Block a user