summaryrefslogtreecommitdiff
path: root/src/ui.c
diff options
context:
space:
mode:
authorLars-Dominik Braun <PromyLOPh@lavabit.com>2010-11-21 12:26:41 +0100
committerLars-Dominik Braun <PromyLOPh@lavabit.com>2010-11-21 12:35:31 +0100
commitb1ed17b08da468589c178d4a21daa77a481a04c8 (patch)
treefc0586088b82853e4b862052903ebb9dd4884cc8 /src/ui.c
parent717b8202602861de64f86a7c37341c228765fded (diff)
downloadpianobar-windows-b1ed17b08da468589c178d4a21daa77a481a04c8.tar.gz
pianobar-windows-b1ed17b08da468589c178d4a21daa77a481a04c8.tar.bz2
pianobar-windows-b1ed17b08da468589c178d4a21daa77a481a04c8.zip
Inline documentation fix
Diffstat (limited to 'src/ui.c')
-rw-r--r--src/ui.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui.c b/src/ui.c
index 509cfa5..d115278 100644
--- a/src/ui.c
+++ b/src/ui.c
@@ -327,7 +327,9 @@ PianoStation_t *BarUiSelectStation (PianoHandle_t *ph, const char *prompt,
}
/* let user pick one song
+ * @param pianobar settings
* @param song list
+ * @param current fd
* @return pointer to selected item in song list or NULL
*/
PianoSong_t *BarUiSelectSong (const BarSettings_t *settings,
@@ -535,6 +537,7 @@ inline void BarUiPrintStation (PianoStation_t *station) {
}
/* Print song infos (artist, title, album, loved)
+ * @param pianobar settings
* @param the song
* @param alternative station info (show real station for quickmix, e.g.)
*/