aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2012-12-20 23:33:19 +0100
committerJoel Bodenmann <joel@unormal.org>2012-12-20 23:33:19 +0100
commit9d2f63d4b7b83ae9185c863c9dd090de19614709 (patch)
tree72a8e613c6383416d76a6d64b9892209c860f1d8
parent2df6eaf2fdd5064b410369cc67b614362a63dde2 (diff)
downloaduGFX-9d2f63d4b7b83ae9185c863c9dd090de19614709.tar.gz
uGFX-9d2f63d4b7b83ae9185c863c9dd090de19614709.tar.bz2
uGFX-9d2f63d4b7b83ae9185c863c9dd090de19614709.zip
doxygen warning fix
-rw-r--r--include/gwin/options.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gwin/options.h b/include/gwin/options.h
index e5e335bb..6e17e61f 100644
--- a/include/gwin/options.h
+++ b/include/gwin/options.h
@@ -45,7 +45,7 @@
* @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
*/