From ab76c52e1414c55a2f594999ca2a04918bbc7143 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Mon, 15 Jun 2009 13:57:57 +0000 Subject: Move main library documentation pages into a new ManPages subdirectory. --- LUFA/ManPages/AboutLUFA.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 LUFA/ManPages/AboutLUFA.txt (limited to 'LUFA/ManPages/AboutLUFA.txt') diff --git a/LUFA/ManPages/AboutLUFA.txt b/LUFA/ManPages/AboutLUFA.txt new file mode 100644 index 000000000..78900d369 --- /dev/null +++ b/LUFA/ManPages/AboutLUFA.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. + */ + +/** + * \page Page_AboutLUFA About LUFA + * + * This section of the manual contains information about the library as a whole, including its supported targets, + * past and planned changes, and links to other projects incorporating LUFA. + * + * Subsections: + * - \subpage Page_DeviceSupport Current Device and Hardware Support + * - \subpage Page_Resources LUFA and USB Related Resources + * - \subpage Page_ChangeLog Project Changelog + * - \subpage Page_FutureChanges Planned Changes to the Library + * - \subpage Page_LUFAPoweredProjects Other Projects Using LUFA + */ + \ No newline at end of file -- cgit v1.2.3