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,7 +6,7 @@
* @brief Sets up main tasks, tickhook, and contains the Main function. * @brief Sets up main tasks, tickhook, and contains the Main function.
* - It all starts from here! * - It all starts from here!
* @see The GNU Public License (GPL) Version 3 * @see The GNU Public License (GPL) Version 3
* *
*****************************************************************************/ *****************************************************************************/
/* /*
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify

View File

@ -6,7 +6,8 @@
* @brief IRQ Enable/Disable routines * @brief IRQ Enable/Disable routines
* @see The GNU Public License (GPL) Version 3 * @see The GNU Public License (GPL) Version 3
* @defgroup PIOS_IRQ * @defgroup PIOS_IRQ
* * @{
*
*****************************************************************************/ *****************************************************************************/
/* /*
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify

View File

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

View File

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

View File

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

View File

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