From 9d2f63d4b7b83ae9185c863c9dd090de19614709 Mon Sep 17 00:00:00 2001
From: Joel Bodenmann <joel@unormal.org>
Date: Thu, 20 Dec 2012 23:33:19 +0100
Subject: [PATCH] doxygen warning fix

---
 include/gwin/options.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 	 */