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,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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user