From: Andre Noll Date: Sat, 4 Apr 2015 21:34:22 +0000 (+0000) Subject: Improve doxygen description of mood.c. X-Git-Tag: v0.5.6~94^2~33 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=213b3181e7f8ebd07ec37e256188ea9094722cef;ds=sidebyside Improve doxygen description of mood.c. --- diff --git a/mood.h b/mood.h index bf7d9553..2630ba16 100644 --- a/mood.h +++ b/mood.h @@ -4,7 +4,7 @@ * Licensed under the GPL v2. For licencing details see COPYING. */ -/** \file mood.h Functions exported by mood.h. */ +/** \file mood.h Public functions of mood.c. */ int change_current_mood(char *mood_name); void close_current_mood(void);