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-download-stream.h | |
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-download-stream.h')
-rw-r--r-- | gdata/gdata-download-stream.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdata/gdata-download-stream.h b/gdata/gdata-download-stream.h index 141e3fcd..9086f2ad 100644 --- a/gdata/gdata-download-stream.h +++ b/gdata/gdata-download-stream.h @@ -43,7 +43,7 @@ typedef struct _GDataDownloadStreamPrivate GDataDownloadStreamPrivate; * All the fields in the #GDataDownloadStream structure are private and should never be accessed directly. * * Since: 0.5.0 - **/ + */ typedef struct { GInputStream parent; GDataDownloadStreamPrivate *priv; @@ -55,7 +55,7 @@ typedef struct { * All the fields in the #GDataDownloadStreamClass structure are private and should never be accessed directly. * * Since: 0.5.0 - **/ + */ typedef struct { /*< private >*/ GInputStreamClass parent; |