summaryrefslogtreecommitdiff
path: root/gdata/services/youtube/gdata-youtube-service.h
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2017-01-24 23:14:28 +0000
committerPhilip Withnall <philip@tecnocode.co.uk>2017-01-24 23:14:28 +0000
commitbf0da775d998d06fac1fd108250e6f7c55dd7c4e (patch)
tree5860fdcf06566b6f97f04fbdff711df57f49ebe7 /gdata/services/youtube/gdata-youtube-service.h
parent42a0b64716ac12da97f2de8582c4ee88c8fad1a9 (diff)
downloadlibgdata-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/services/youtube/gdata-youtube-service.h')
-rw-r--r--gdata/services/youtube/gdata-youtube-service.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gdata/services/youtube/gdata-youtube-service.h b/gdata/services/youtube/gdata-youtube-service.h
index d0516247..74710675 100644
--- a/gdata/services/youtube/gdata-youtube-service.h
+++ b/gdata/services/youtube/gdata-youtube-service.h
@@ -78,7 +78,7 @@ G_BEGIN_DECLS
* gdata_youtube_service_query_standard_feed(). For more information, see the
* <ulink type="http" url="https://developers.google.com/youtube/2.0/developers_guide_protocol_video_feeds#Standard_feeds">online
* documentation</ulink>.
- **/
+ */
typedef enum {
GDATA_YOUTUBE_TOP_RATED_FEED,
GDATA_YOUTUBE_TOP_FAVORITES_FEED,
@@ -101,7 +101,7 @@ typedef enum {
* <ulink type="http" url="https://www.youtube.com/create_channel">https://www.youtube.com/create_channel</ulink>
*
* Error codes for #GDataYouTubeService operations.
- **/
+ */
typedef enum {
GDATA_YOUTUBE_SERVICE_ERROR_API_QUOTA_EXCEEDED,
GDATA_YOUTUBE_SERVICE_ERROR_ENTRY_QUOTA_EXCEEDED,
@@ -123,7 +123,7 @@ typedef struct _GDataYouTubeServicePrivate GDataYouTubeServicePrivate;
* GDataYouTubeService:
*
* All the fields in the #GDataYouTubeService structure are private and should never be accessed directly.
- **/
+ */
typedef struct {
GDataService parent;
GDataYouTubeServicePrivate *priv;
@@ -133,7 +133,7 @@ typedef struct {
* GDataYouTubeServiceClass:
*
* All the fields in the #GDataYouTubeServiceClass structure are private and should never be accessed directly.
- **/
+ */
typedef struct {
/*< private >*/
GDataServiceClass parent;