aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/AboutLUFA.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/AboutLUFA.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/AboutLUFA.txt')
-rw-r--r--LUFA/ManPages/AboutLUFA.txt20
1 files changed, 20 insertions, 0 deletions
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.
+ *
+ * <b>Subsections:</b>
+ * - \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