aboutsummaryrefslogtreecommitdiffstats
path: root/include/gos
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2013-07-21 22:02:57 +0200
committerJoel Bodenmann <joel@unormal.org>2013-07-21 22:02:57 +0200
commita6758342668712563bd4058160e6f5dc5636ba18 (patch)
treeabc0e43082010eecd332d0fc2c9eb4881eb01801 /include/gos
parentd98e6c5d0d6c048c99aeda810da10e6a6a130325 (diff)
downloaduGFX-a6758342668712563bd4058160e6f5dc5636ba18.tar.gz
uGFX-a6758342668712563bd4058160e6f5dc5636ba18.tar.bz2
uGFX-a6758342668712563bd4058160e6f5dc5636ba18.zip
doxygen updates
Diffstat (limited to 'include/gos')
-rw-r--r--include/gos/gos.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/gos/gos.h b/include/gos/gos.h
index 54bde39a..e3d524d7 100644
--- a/include/gos/gos.h
+++ b/include/gos/gos.h
@@ -7,10 +7,12 @@
/**
* @file include/gos/gos.h
- * @brief GOS - Operating System Support header file.
+ * @brief GOS - Operating System Support header file
*
* @addtogroup GOS
- * @brief GOS provides the operating system interface with the GFX library.
+ *
+ * @brief Module to build a uniform abstraction layer between uGFX and the underlying system
+ *
* @note Some of the routines specified below may be implemented simply as
* a macro to the real operating system call.
* @{