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:
parent
29a5090850
commit
a0ef06fbc9
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
* @{
|
||||||
*
|
*
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
/*
|
/*
|
||||||
|
@ -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
|
||||||
|
* @{
|
||||||
*
|
*
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
/*
|
/*
|
||||||
|
@ -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
|
||||||
|
* @{
|
||||||
*
|
*
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
/*
|
/*
|
||||||
|
@ -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
|
||||||
|
* @{
|
||||||
*
|
*
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user