Skip to content

Commit 09c47e6

Browse files
committed
Fix comments, add @SInCE
1 parent 63562b4 commit 09c47e6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

include/mpd/feature.h

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#define LIBMPDCLIENT_FEATURE_H
66

77
/**
8-
* @since libmpdclient 2.23 added support for #MPD_TAG_SHOWMOVEMENT.
8+
* @since libmpdclient 2.23
99
*/
1010
enum mpd_protocol_feature
1111
{
@@ -17,7 +17,7 @@ enum mpd_protocol_feature
1717

1818
MPD_FEATURE_HIDE_PLAYLISTS_IN_ROOT,
1919

20-
/* IMPORTANT: the ordering of tag types above must be
20+
/* IMPORTANT: the ordering above must be
2121
retained, or else the libmpdclient ABI breaks */
2222

2323
MPD_FEATURE_COUNT
@@ -30,6 +30,8 @@ extern "C" {
3030
/**
3131
* Looks up the name of the specified protocol feature.
3232
*
33+
* @since libmpdclient 2.23
34+
*
3335
* @return the name, or NULL if the tag type is not valid
3436
*/
3537
const char *
@@ -38,6 +40,8 @@ mpd_feature_name(enum mpd_protocol_feature feature);
3840
/**
3941
* Parses a protocol feature name, and returns its #mpd_protocol_feature value.
4042
*
43+
* @since libmpdclient 2.23
44+
*
4145
* @return a #mpd_protocol_feature value, or MPD_FEATURE_UNKNOWN if the name was
4246
* not recognized
4347
*/

0 commit comments

Comments
 (0)