Use sub pages in main library documentation to improve readability.

This commit is contained in:
Dean Camera 2009-06-15 11:01:58 +00:00
parent b61049f722
commit 48b3c9976c
14 changed files with 199 additions and 83 deletions

17
LUFA/DevelopingWithLUFA Normal file
View file

@ -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
*/