diff options
author | Joel Bodenmann <joel@unormal.org> | 2012-12-16 20:43:14 +0100 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2012-12-16 20:43:14 +0100 |
commit | 3a9a2a10b74627ae178f69b26b098b3cfef800a7 (patch) | |
tree | d0919cb79572bcd98d45074c7757e32bf7c31794 /include | |
parent | 4743790cd40832205f701a280acd622cd003a9fd (diff) | |
download | uGFX-3a9a2a10b74627ae178f69b26b098b3cfef800a7.tar.gz uGFX-3a9a2a10b74627ae178f69b26b098b3cfef800a7.tar.bz2 uGFX-3a9a2a10b74627ae178f69b26b098b3cfef800a7.zip |
doxygen update
Diffstat (limited to 'include')
-rw-r--r-- | include/gdisp/lld/gdisp_lld_msgs.h | 2 | ||||
-rw-r--r-- | include/gwin/options.h | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/include/gdisp/lld/gdisp_lld_msgs.h b/include/gdisp/lld/gdisp_lld_msgs.h index 31a82237..6fe78567 100644 --- a/include/gdisp/lld/gdisp_lld_msgs.h +++ b/include/gdisp/lld/gdisp_lld_msgs.h @@ -19,7 +19,7 @@ */
/**
- * @file include/lld/gdisp/gdisp_lld_msgs.h
+ * @file include/gdisp/lld/gdisp_lld_msgs.h
* @brief GDISP Graphic Driver subsystem low level driver message structures.
*
* @addtogroup GDISP
diff --git a/include/gwin/options.h b/include/gwin/options.h index 899da5a4..e5e335bb 100644 --- a/include/gwin/options.h +++ b/include/gwin/options.h @@ -19,7 +19,7 @@ */
/**
- * @file include/gwin_options.h
+ * @file include/gwin/options.h
* @brief GWIN sub-system options header file.
*
* @addtogroup GWIN
@@ -45,9 +45,9 @@ * @details Defaults to FALSE
* @note To use chprintf() for printing in a console window you need to
* include in your application source file...
- * #include "chprintf.h"
+ * #include "chprintf.h"
* Also in your makefile, as part of your list of C source files, include
- * ${CHIBIOS}/os/various/chprintf.c
+ * ${CHIBIOS}/os/various/chprintf.c
*/
#ifndef GWIN_NEED_CONSOLE
#define GWIN_NEED_CONSOLE FALSE
|