tags: doc fixes

Adds missing ':' to tags docs
This commit is contained in:
Thiago Santos 2010-04-15 11:08:03 -03:00
parent c008823e6e
commit e7a568a346

View file

@ -426,7 +426,7 @@ gboolean gst_tag_list_get_buffer_index (const GstTagList * list,
*/ */
#define GST_TAG_ALBUM_SORTNAME "album-sortname" #define GST_TAG_ALBUM_SORTNAME "album-sortname"
/** /**
* GST_TAG_ALBUM_ARTIST * GST_TAG_ALBUM_ARTIST:
* *
* The artist of the entire album, as it should be displayed. * The artist of the entire album, as it should be displayed.
* *
@ -434,7 +434,7 @@ gboolean gst_tag_list_get_buffer_index (const GstTagList * list,
*/ */
#define GST_TAG_ALBUM_ARTIST "album-artist" #define GST_TAG_ALBUM_ARTIST "album-artist"
/** /**
* GST_TAG_ALBUM_ARTIST_SORTNAME * GST_TAG_ALBUM_ARTIST_SORTNAME:
* *
* The artist of the entire album, as it should be sorted. * The artist of the entire album, as it should be sorted.
* *
@ -823,7 +823,7 @@ gboolean gst_tag_list_get_buffer_index (const GstTagList * list,
*/ */
#define GST_TAG_GEO_LOCATION_SUBLOCATION "geo-location-sublocation" #define GST_TAG_GEO_LOCATION_SUBLOCATION "geo-location-sublocation"
/** /**
* GST_TAG_SHOW_NAME * GST_TAG_SHOW_NAME:
* *
* Name of the show, used for displaying (string) * Name of the show, used for displaying (string)
* *
@ -831,7 +831,7 @@ gboolean gst_tag_list_get_buffer_index (const GstTagList * list,
*/ */
#define GST_TAG_SHOW_NAME "show-name" #define GST_TAG_SHOW_NAME "show-name"
/** /**
* GST_TAG_SHOW_SORTNAME * GST_TAG_SHOW_SORTNAME:
* *
* Name of the show, used for sorting (string) * Name of the show, used for sorting (string)
* *
@ -839,7 +839,7 @@ gboolean gst_tag_list_get_buffer_index (const GstTagList * list,
*/ */
#define GST_TAG_SHOW_SORTNAME "show-sortname" #define GST_TAG_SHOW_SORTNAME "show-sortname"
/** /**
* GST_TAG_SHOW_EPISODE_NUMBER * GST_TAG_SHOW_EPISODE_NUMBER:
* *
* Number of the episode within a season/show (unsigned integer) * Number of the episode within a season/show (unsigned integer)
* *
@ -847,7 +847,7 @@ gboolean gst_tag_list_get_buffer_index (const GstTagList * list,
*/ */
#define GST_TAG_SHOW_EPISODE_NUMBER "show-episode-number" #define GST_TAG_SHOW_EPISODE_NUMBER "show-episode-number"
/** /**
* GST_TAG_SHOW_SEASON_NUMBER * GST_TAG_SHOW_SEASON_NUMBER:
* *
* Number of the season of a show/series (unsigned integer) * Number of the season of a show/series (unsigned integer)
* *
@ -855,7 +855,7 @@ gboolean gst_tag_list_get_buffer_index (const GstTagList * list,
*/ */
#define GST_TAG_SHOW_SEASON_NUMBER "show-season-number" #define GST_TAG_SHOW_SEASON_NUMBER "show-season-number"
/** /**
* GST_TAG_LYRICS * GST_TAG_LYRICS:
* *
* The lyrics of the media (string) * The lyrics of the media (string)
* *
@ -863,7 +863,7 @@ gboolean gst_tag_list_get_buffer_index (const GstTagList * list,
*/ */
#define GST_TAG_LYRICS "lyrics" #define GST_TAG_LYRICS "lyrics"
/** /**
* GST_TAG_COMPOSER_SORTNAME * GST_TAG_COMPOSER_SORTNAME:
* *
* The composer's name, used for sorting (string) * The composer's name, used for sorting (string)
* *
@ -871,7 +871,7 @@ gboolean gst_tag_list_get_buffer_index (const GstTagList * list,
*/ */
#define GST_TAG_COMPOSER_SORTNAME "composer-sortname" #define GST_TAG_COMPOSER_SORTNAME "composer-sortname"
/** /**
* GST_TAG_GROUPING * GST_TAG_GROUPING:
* *
* Groups together media that are related and spans multiple tracks. An * Groups together media that are related and spans multiple tracks. An
* example are multiple pieces of a concerto. (string) * example are multiple pieces of a concerto. (string)
@ -880,7 +880,7 @@ gboolean gst_tag_list_get_buffer_index (const GstTagList * list,
*/ */
#define GST_TAG_GROUPING "grouping" #define GST_TAG_GROUPING "grouping"
/** /**
* GST_TAG_USER_RATING * GST_TAG_USER_RATING:
* *
* Rating attributed by a person (likely the application user). * Rating attributed by a person (likely the application user).
* The higher the value, the more the user likes this media * The higher the value, the more the user likes this media