]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - mood.c
doxygen: Add \ref to references.
[paraslash.git] / mood.c
diff --git a/mood.c b/mood.c
index 42f6421c93c0bdc058ca6036366375e3852cb3bb..92bef0fa8c04554da7b442cb63dbfb561ee828bd 100644 (file)
--- a/mood.c
+++ b/mood.c
@@ -60,7 +60,7 @@ struct mood_item {
 };
 
 /*
- * Created from the mood definition by change_current_mood().
+ * Created from the mood definition by \ref change_current_mood().
  *
  * When a mood is opened, each line of its definition is investigated, and a
  * corresponding mood item is produced. Each mood line starts with accept,
@@ -673,7 +673,7 @@ static int delete_from_statistics_and_score_table(const struct osl_row *aft_row)
  *
  * \return Positive on success, negative on errors.
  *
- * \sa score_delete().
+ * \sa \ref score_delete().
  */
 static int mood_delete_audio_file(const struct osl_row *aft_row)
 {
@@ -798,8 +798,7 @@ void close_current_mood(void)
  * \return Positive on success, negative on errors. Loading the dummy mood
  * always succeeds.
  *
- * \sa struct admissible_file_info, struct admissible_array, struct
- * afs_info::last_played, mood_close().
+ * \sa struct \ref afs_info::last_played.
  */
 int change_current_mood(const char *mood_name)
 {