aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Common
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-04-07 17:38:30 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-04-07 17:38:30 +0000
commitae91ccc048a1b40e671f9d75158c474624937617 (patch)
treec0fae9e616c5dc80676ca9d334948ac37d3b5acb /LUFA/Common
parent8f4f48d963d0dd5751298a3a301dcbb32e26082b (diff)
downloadlufa-ae91ccc048a1b40e671f9d75158c474624937617.tar.gz
lufa-ae91ccc048a1b40e671f9d75158c474624937617.tar.bz2
lufa-ae91ccc048a1b40e671f9d75158c474624937617.zip
Fix up Doxygen documentation directives to allow for generation of documentation when the library code root folder is not "LUFA".
Diffstat (limited to 'LUFA/Common')
-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 530d66eac..0ec11113b 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.
*