From e9029d49d5455ec146d2e87436d43d747d6c657a Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Tue, 18 Oct 2011 11:35:04 +0000 Subject: Rename the Doxygen page source directory from ManPages/ to DoxygenPages/ to prevent user confusion with the actual *nix Man tool. --- LUFA/DoxygenPages/Groups.txt | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 LUFA/DoxygenPages/Groups.txt (limited to 'LUFA/DoxygenPages/Groups.txt') diff --git a/LUFA/DoxygenPages/Groups.txt b/LUFA/DoxygenPages/Groups.txt new file mode 100644 index 000000000..bac362bf5 --- /dev/null +++ b/LUFA/DoxygenPages/Groups.txt @@ -0,0 +1,25 @@ +/** \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. + */ + +/** @defgroup Group_PlatformDrivers System Platform Drivers + * + * Drivers relating to the general architecture platform, such as clock setup and interrupt management. + */ -- cgit v1.2.3