From 3a9a2a10b74627ae178f69b26b098b3cfef800a7 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Sun, 16 Dec 2012 20:43:14 +0100 Subject: doxygen update --- include/gwin/options.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/gwin') 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 -- cgit v1.2.3