aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Common/Common.h
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2012-04-07 17:38:30 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2012-04-07 17:38:30 +0000
commitdcaad9a7876e212ef12ce2fb6acbd1a7d265fb27 (patch)
treec0fae9e616c5dc80676ca9d334948ac37d3b5acb /LUFA/Common/Common.h
parentf07c41f6db3a81751283b0ba2fbbb873a6d6885e (diff)
Fix up Doxygen documentation directives to allow for generation of documentation when the library code root folder is not "LUFA".
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2137 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'LUFA/Common/Common.h')
-rw-r--r--LUFA/Common/Common.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/LUFA/Common/Common.h b/LUFA/Common/Common.h
index 530d66ea..0ec11113 100644
--- a/LUFA/Common/Common.h
+++ b/LUFA/Common/Common.h
@@ -28,6 +28,13 @@
this software.
*/
+/** \dir
+ * \brief Common library header files.
+ *
+ * This folder contains header files which are common to all parts of the LUFA library. They may be used freely in
+ * user applications.
+ */
+
/** \file
* \brief Common library convenience headers, macros and functions.
*