Browse Source

lm4f: "Pretty-ize" the look of Doxygen comments in gpio.c/.h

Put the Doxygen blocks in well-formatted C comments. This looks better
and is less distracting than putting them in unformatted comments.

Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
pull/150/merge
Alexandru Gagniuc 12 years ago
committed by Piotr Esden-Tempski
parent
commit
de55bbc46e
  1. 26
      include/libopencm3/lm4f/gpio.h
  2. 26
      lib/lm4f/gpio.c

26
include/libopencm3/lm4f/gpio.h

@ -1,17 +1,17 @@
/** @defgroup gpio_defines General Purpose I/O Defines
@brief <b>Defined Constants and Types for the LM4F General Purpose I/O</b>
@ingroup LM4Fxx_defines
@version 1.0.0
@author @htmlonly &copy; @endhtmlonly 2011 Gareth McMullin <gareth@blacksphere.co.nz>
@date 10 March 2013
LGPL License Terms @ref lgpl_license
*/
*
* @brief <b>Defined Constants and Types for the LM4F General Purpose I/O</b>
*
* @ingroup LM4Fxx_defines
*
* @version 1.0.0
*
* @author @htmlonly &copy; @endhtmlonly 2011 Gareth McMullin <gareth@blacksphere.co.nz>
*
* @date 10 March 2013
*
* LGPL License Terms @ref lgpl_license
*/
/*
* This file is part of the libopencm3 project.

26
lib/lm4f/gpio.c

@ -1,17 +1,17 @@
/** @defgroup gpio_file General Purpose I/O
@brief <b>LM4F General Purpose I/O</b>
@ingroup LM4Fxx
@version 1.0.0
@author @htmlonly &copy; @endhtmlonly 2011 Gareth McMullin <gareth@blacksphere.co.nz>
@date 10 March 2013
LGPL License Terms @ref lgpl_license
*/
*
* @brief <b>LM4F General Purpose I/O</b>
*
* @ingroup LM4Fxx
*
* @version 1.0.0
*
* @author @htmlonly &copy; @endhtmlonly 2011 Gareth McMullin <gareth@blacksphere.co.nz>
*
* @date 10 March 2013
*
* LGPL License Terms @ref lgpl_license
*/
/*
* This file is part of the libopencm3 project.

Loading…
Cancel
Save