\r
/** \page Page_BuildSystem The LUFA Build System\r
*\r
- * \section Sec_BuildSystemOverview Overview of the LUFA Build System\r
+ * \section Sec_BuildSystem_Overview Overview of the LUFA Build System\r
* The LUFA build system is an attempt at making a set of re-usable, modular build make files which\r
* can be referenced in a LUFA powered project, to minimize the amount of code required in an\r
* application makefile. The system is written in GNU Make, and each module is independent of\r
* one-another.\r
*\r
* For details on the prerequisites needed for Linux and Windows machines to be able to use the LUFA\r
- * build system, see \ref Sec_Prerequisites.\r
+ * build system, see \ref Sec_CompilingApps_Prerequisites.\r
*\r
* To use a LUFA build system module, simply add an include to your project makefile. All user projects\r
* should at a minimum include \ref Page_BuildModule_CORE for base functionality:\r
* project's build makefile targets automatically. To call a build target, run <tt>make {TARGET_NAME}</tt>\r
* from the command line, substituting in the appropriate target name.\r
*\r
- * \see \ref Sec_AppMakefileParams for a copy of the sample LUFA project makefile.\r
+ * \see \ref Sec_ConfiguringApps_AppMakefileParams for a copy of the sample LUFA project makefile.\r
*\r
* Each build module may have one or more mandatory parameters (GNU Make variables) which <i>must</i>\r
* be supplied in the project makefile for the module to work, and one or more optional parameters which\r
* may be defined and which will assume a sensible default if not.\r
*\r
- * \section SSec_BuildSystemModules Available Modules\r
+ * \section SSec_BuildSystem_Modules Available Modules\r
*\r
* The following modules are included in this LUFA release:\r
*\r