diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-06-15 13:57:57 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-06-15 13:57:57 +0000 |
commit | ab76c52e1414c55a2f594999ca2a04918bbc7143 (patch) | |
tree | 5c840ac7122d8338aa10723b4fa255c8a16317a7 /LUFA/DevelopingWithLUFA | |
parent | 84d77833503151acffbdda6217fa8ce59c6b4b8a (diff) | |
download | lufa-ab76c52e1414c55a2f594999ca2a04918bbc7143.tar.gz lufa-ab76c52e1414c55a2f594999ca2a04918bbc7143.tar.bz2 lufa-ab76c52e1414c55a2f594999ca2a04918bbc7143.zip |
Move main library documentation pages into a new ManPages subdirectory.
Diffstat (limited to 'LUFA/DevelopingWithLUFA')
-rw-r--r-- | LUFA/DevelopingWithLUFA | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/LUFA/DevelopingWithLUFA b/LUFA/DevelopingWithLUFA deleted file mode 100644 index 519b96c58..000000000 --- a/LUFA/DevelopingWithLUFA +++ /dev/null @@ -1,17 +0,0 @@ -/** \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 |