diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-06-15 11:01:58 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-06-15 11:01:58 +0000 |
commit | 48b3c9976c76258e99166023db241ca4261f679f (patch) | |
tree | 4df1893527c21c9ef28e45c45835f53588a5b534 /LUFA/DevelopingWithLUFA | |
parent | b61049f7222a6290e2164966bd90f636bcb577f9 (diff) | |
download | lufa-48b3c9976c76258e99166023db241ca4261f679f.tar.gz lufa-48b3c9976c76258e99166023db241ca4261f679f.tar.bz2 lufa-48b3c9976c76258e99166023db241ca4261f679f.zip |
Use sub pages in main library documentation to improve readability.
Diffstat (limited to 'LUFA/DevelopingWithLUFA')
-rw-r--r-- | LUFA/DevelopingWithLUFA | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/LUFA/DevelopingWithLUFA b/LUFA/DevelopingWithLUFA new file mode 100644 index 000000000..519b96c58 --- /dev/null +++ b/LUFA/DevelopingWithLUFA @@ -0,0 +1,17 @@ +/** \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_DevelopingWithLUFA Developing With LUFA
+ *
+ * \subpage Page_BuildLibrary
+ * \subpage Page_TokenSummary
+ * \subpage Page_GettingStarted
+ * \subpage Page_Migration
+ * \subpage Page_VIDPID
+ * \subpage Page_WritingBoardDrivers
+ */
+
\ No newline at end of file |