1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00

Define modules in Doxygen

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@20 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
dankers 2009-11-29 12:38:42 +00:00 committed by dankers
parent 29a5090850
commit a0ef06fbc9
6 changed files with 7 additions and 2 deletions

View File

@ -6,6 +6,7 @@
* @brief IRQ Enable/Disable routines
* @see The GNU Public License (GPL) Version 3
* @defgroup PIOS_IRQ
* @{
*
*****************************************************************************/
/*

View File

@ -6,6 +6,7 @@
* @brief LED functions, init, toggle, on & off.
* @see The GNU Public License (GPL) Version 3
* @defgroup PIOS_LED
* @{
*
*****************************************************************************/
/*

View File

@ -6,6 +6,7 @@
* @brief Gets and sets PiOS settings, normally from SDCard.
* @see The GNU Public License (GPL) Version 3
* @defgroup PIOS_SETTINGS
* @{
*
*****************************************************************************/
/*

View File

@ -6,6 +6,7 @@
* @brief Sets up basic system hardware, functions are called from Main.
* @see The GNU Public License (GPL) Version 3
* @defgroup PIOS_SYS
* @{
*
*****************************************************************************/
/*

View File

@ -6,6 +6,7 @@
* @brief UART commands. Inits UARTs, controls UARTs & Interupt handlers.
* @see The GNU Public License (GPL) Version 3
* @defgroup PIOS_UART
* @{
*
*****************************************************************************/
/*