comparison src/core/message.h @ 72:6203e1ac9b18

doc: improve doxygen documentation a lot
author David Demelier <markand@malikania.fr>
date Tue, 28 Jan 2020 14:02:45 +0100
parents 1aec066bcdae
children ed72843a7194
comparison
equal deleted inserted replaced
71:1aec066bcdae 72:6203e1ac9b18
21 21
22 /** 22 /**
23 * \file message.h 23 * \file message.h
24 * \brief Message dialog. 24 * \brief Message dialog.
25 * \ingroup actions 25 * \ingroup actions
26 * \ingroup drawing
26 * 27 *
27 * This module's purpose is to show a dialog box into the screen to show text 28 * This module's purpose is to show a dialog box into the screen to show text
28 * and optionally ask the user a question. 29 * and optionally ask the user a question.
29 * 30 *
30 * By itself, it is very low level and does not prevent other parts of the game 31 * By itself, it is very low level and does not prevent other parts of the game