diff options
author | Philip Withnall <philip@tecnocode.co.uk> | 2017-01-24 23:14:28 +0000 |
---|---|---|
committer | Philip Withnall <philip@tecnocode.co.uk> | 2017-01-24 23:14:28 +0000 |
commit | bf0da775d998d06fac1fd108250e6f7c55dd7c4e (patch) | |
tree | 5860fdcf06566b6f97f04fbdff711df57f49ebe7 /gdata/gdata-types.c | |
parent | 42a0b64716ac12da97f2de8582c4ee88c8fad1a9 (diff) | |
download | libgdata-bf0da775d998d06fac1fd108250e6f7c55dd7c4e.tar.gz |
docs: Replace ‘**/’ gtk-doc comment endings with ‘*/’
‘*/’ is more standard, so this is basically a housekeeping improvement
in coding style.
Diffstat (limited to 'gdata/gdata-types.c')
-rw-r--r-- | gdata/gdata-types.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdata/gdata-types.c b/gdata/gdata-types.c index ba7fd143..fd367052 100644 --- a/gdata/gdata-types.c +++ b/gdata/gdata-types.c @@ -25,7 +25,7 @@ * * The structures here are used haphazardly across the library, describing * various small data types. - **/ + */ #include <glib.h> #include <glib-object.h> @@ -67,7 +67,7 @@ gdata_color_get_type (void) * and <replaceable>bb</replaceable> is blue. The hash is optional. * * Return value: %TRUE on success, %FALSE otherwise - **/ + */ gboolean gdata_color_from_hexadecimal (const gchar *hexadecimal, GDataColor *color) { @@ -125,7 +125,7 @@ gdata_color_from_hexadecimal (const gchar *hexadecimal, GDataColor *color) * Return value: the color string; free with g_free() * * Since: 0.3.0 - **/ + */ gchar * gdata_color_to_hexadecimal (const GDataColor *color) { |