Fix a number of top level doxygen issues.
So that the navigation pane works correctly in browsers. Some additional doc fixes put in where found (but many more still to go). Added some dummy .c and .h files to bring the associated docs into line. makefile changed to allow 'make html' as well as 'make doc' (the latter only does html anyway).
This commit is contained in:
committed by
Frantisek Burian
parent
a54a12e1c9
commit
3c6e9fd56d
@@ -1,20 +1,20 @@
|
||||
/** @defgroup STM32L1xx_dma_defines DMA Defines
|
||||
|
||||
@ingroup STM32L1xx_defines
|
||||
|
||||
@brief Defined Constants and Types for the STM32L1xx DMA Controller
|
||||
|
||||
@version 1.0.0
|
||||
|
||||
@author @htmlonly © @endhtmlonly 2011
|
||||
Fergus Noble <fergusnoble@gmail.com>
|
||||
@author @htmlonly © @endhtmlonly 2012
|
||||
Ken Sarkies <ksarkies@internode.on.net>
|
||||
|
||||
@date 18 October 2012
|
||||
|
||||
LGPL License Terms @ref lgpl_license
|
||||
*/
|
||||
/** @defgroup dma_defines DMA Defines
|
||||
*
|
||||
* @ingroup STM32L1xx_defines
|
||||
*
|
||||
* @brief Defined Constants and Types for the STM32L1xx DMA Controller
|
||||
*
|
||||
* @version 1.0.0
|
||||
*
|
||||
* @author @htmlonly © @endhtmlonly 2011
|
||||
* Fergus Noble <fergusnoble@gmail.com>
|
||||
* @author @htmlonly © @endhtmlonly 2012
|
||||
* Ken Sarkies <ksarkies@internode.on.net>
|
||||
*
|
||||
* @date 18 October 2012
|
||||
*
|
||||
* LGPL License Terms @ref lgpl_license
|
||||
* */
|
||||
|
||||
/*
|
||||
* This file is part of the libopencm3 project.
|
||||
|
||||
@@ -1,3 +1,19 @@
|
||||
/** @defgroup exti_defines EXTI Defines
|
||||
*
|
||||
* @brief <b>Defined Constants and Types for the STM32L1xx External Interrupts
|
||||
* </b>
|
||||
*
|
||||
* @ingroup STM32L1xx_defines
|
||||
*
|
||||
* @author @htmlonly © @endhtmlonly 2013
|
||||
* Piotr Esden-Tempski <piotr@esden.net>
|
||||
*
|
||||
* @version 1.0.0
|
||||
*
|
||||
* @date 14 January 2014
|
||||
*
|
||||
* LGPL License Terms @ref lgpl_license
|
||||
*/
|
||||
/*
|
||||
* This file is part of the libopencm3 project.
|
||||
*
|
||||
|
||||
@@ -1,22 +1,23 @@
|
||||
/** @defgroup STM32L1xx_rcc_defines RCC Defines
|
||||
|
||||
@ingroup STM32L1xx_defines
|
||||
|
||||
@brief <b>libopencm3 STM32L1xx Reset and Clock Control</b>
|
||||
|
||||
@version 1.0.0
|
||||
|
||||
@author @htmlonly © @endhtmlonly 2009
|
||||
Federico Ruiz-Ugalde \<memeruiz at gmail dot com\>
|
||||
@author @htmlonly © @endhtmlonly 2009
|
||||
Uwe Hermann <uwe@hermann-uwe.de>
|
||||
@author @htmlonly © @endhtmlonly 2012
|
||||
Karl Palsson <karlp@tweak.net.au>
|
||||
|
||||
@date 11 November 2012
|
||||
|
||||
LGPL License Terms @ref lgpl_license
|
||||
*/
|
||||
/** @defgroup rcc_defines RCC Defines
|
||||
*
|
||||
* @ingroup STM32L1xx_defines
|
||||
*
|
||||
* @brief <b>Defined Constants and Types for the STM32L1xx Reset and Clock
|
||||
* Control</b>
|
||||
*
|
||||
* @version 1.0.0
|
||||
*
|
||||
* @author @htmlonly © @endhtmlonly 2009
|
||||
* Federico Ruiz-Ugalde \<memeruiz at gmail dot com\>
|
||||
* @author @htmlonly © @endhtmlonly 2009
|
||||
* Uwe Hermann <uwe@hermann-uwe.de>
|
||||
* @author @htmlonly © @endhtmlonly 2012
|
||||
* Karl Palsson <karlp@tweak.net.au>
|
||||
*
|
||||
* @date 11 November 2012
|
||||
*
|
||||
* LGPL License Terms @ref lgpl_license
|
||||
* */
|
||||
|
||||
/*
|
||||
* This file is part of the libopencm3 project.
|
||||
|
||||
@@ -1,3 +1,19 @@
|
||||
/** @defgroup syscfg_defines SYSCFG Defines
|
||||
*
|
||||
* @ingroup STM32L1xx_defines
|
||||
*
|
||||
* @brief Defined Constants and Types for the STM32L1xx Sysconfig
|
||||
*
|
||||
* @version 1.0.0
|
||||
*
|
||||
* @author @htmlonly © @endhtmlonly 2013
|
||||
* Frantisek Burian <BuFran@seznam.cz>
|
||||
*
|
||||
* @date 13 January 2014
|
||||
*
|
||||
* LGPL License Terms @ref lgpl_license
|
||||
* */
|
||||
|
||||
/*
|
||||
* This file is part of the libopencm3 project.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user