aboutsummaryrefslogtreecommitdiffstats
path: root/include/console.h
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2012-11-03 02:56:59 +0100
committerJoel Bodenmann <joel@unormal.org>2012-11-03 02:56:59 +0100
commitdb0c770ca0c7e04a86075c4dfc073eaf683ff5f7 (patch)
tree512749caa7c25014f5e53f84ec0b1c5464994f61 /include/console.h
parent5b7b4c2db6718b1f0242d611439d42bf163c3d1f (diff)
downloaduGFX-db0c770ca0c7e04a86075c4dfc073eaf683ff5f7.tar.gz
uGFX-db0c770ca0c7e04a86075c4dfc073eaf683ff5f7.tar.bz2
uGFX-db0c770ca0c7e04a86075c4dfc073eaf683ff5f7.zip
even more doxygen...
Diffstat (limited to 'include/console.h')
-rw-r--r--include/console.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/console.h b/include/console.h
index 9891ea56..224de096 100644
--- a/include/console.h
+++ b/include/console.h
@@ -18,6 +18,14 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+/**
+ * @file include/console.h
+ * @brief CONSOLE header file.
+ *
+ * @addtogroup CONSOLE
+ * @{
+ */
+
#ifndef CONSOLE_H
#define CONSOLE_H
@@ -81,4 +89,5 @@ msg_t gfxConsoleWrite(GConsole *console, const uint8_t *bp, size_t n);
#endif /* GFX_USE_CONSOLE */
#endif /* CONSOLE_H */
+/** @} */