From 213b3181e7f8ebd07ec37e256188ea9094722cef Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sat, 4 Apr 2015 21:34:22 +0000 Subject: [PATCH] Improve doxygen description of mood.c. --- mood.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.2