forked from mirror/qmk_firmware
Use sub pages in main library documentation to improve readability.
This commit is contained in:
17
LUFA/DevelopingWithLUFA
Normal file
17
LUFA/DevelopingWithLUFA
Normal 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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user