aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/Groups.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-06-15 13:57:57 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-06-15 13:57:57 +0000
commitab76c52e1414c55a2f594999ca2a04918bbc7143 (patch)
tree5c840ac7122d8338aa10723b4fa255c8a16317a7 /LUFA/ManPages/Groups.txt
parent84d77833503151acffbdda6217fa8ce59c6b4b8a (diff)
downloadlufa-ab76c52e1414c55a2f594999ca2a04918bbc7143.tar.gz
lufa-ab76c52e1414c55a2f594999ca2a04918bbc7143.tar.bz2
lufa-ab76c52e1414c55a2f594999ca2a04918bbc7143.zip
Move main library documentation pages into a new ManPages subdirectory.
Diffstat (limited to 'LUFA/ManPages/Groups.txt')
-rw-r--r--LUFA/ManPages/Groups.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/LUFA/ManPages/Groups.txt b/LUFA/ManPages/Groups.txt
new file mode 100644
index 000000000..530ce28b4
--- /dev/null
+++ b/LUFA/ManPages/Groups.txt
@@ -0,0 +1,20 @@
+/** \file
+ *
+ * This file contains special DoxyGen information for the generation of the main page and other special
+ * documentation pages. It is not a project source file.
+ */
+
+/** @defgroup Group_BoardDrivers Board Drivers
+ *
+ * Functions, macros, variables, enums and types related to the control of physical board hardware.
+ */
+
+/** @defgroup Group_PeripheralDrivers On-chip Peripheral Drivers
+ *
+ * Functions, macros, variables, enums and types related to the control of AVR subsystems.
+ */
+
+/** @defgroup Group_MiscDrivers Miscellaneous Drivers
+ *
+ * Miscellaneous driver Functions, macros, variables, enums and types.
+ */