From de55bbc46e9f905d4e49a36ab383af6fe226515f Mon Sep 17 00:00:00 2001 From: Alexandru Gagniuc Date: Thu, 16 May 2013 01:02:43 -0500 Subject: [PATCH] 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 --- include/libopencm3/lm4f/gpio.h | 26 +++++++++++++------------- lib/lm4f/gpio.c | 26 +++++++++++++------------- 2 files changed, 26 insertions(+), 26 deletions(-) diff --git a/include/libopencm3/lm4f/gpio.h b/include/libopencm3/lm4f/gpio.h index d19bbdb3..92bc0b41 100644 --- a/include/libopencm3/lm4f/gpio.h +++ b/include/libopencm3/lm4f/gpio.h @@ -1,17 +1,17 @@ /** @defgroup gpio_defines General Purpose I/O Defines - -@brief Defined Constants and Types for the LM4F General Purpose I/O - -@ingroup LM4Fxx_defines - -@version 1.0.0 - -@author @htmlonly © @endhtmlonly 2011 Gareth McMullin - -@date 10 March 2013 - -LGPL License Terms @ref lgpl_license -*/ + * + * @brief Defined Constants and Types for the LM4F General Purpose I/O + * + * @ingroup LM4Fxx_defines + * + * @version 1.0.0 + * + * @author @htmlonly © @endhtmlonly 2011 Gareth McMullin + * + * @date 10 March 2013 + * + * LGPL License Terms @ref lgpl_license + */ /* * This file is part of the libopencm3 project. diff --git a/lib/lm4f/gpio.c b/lib/lm4f/gpio.c index 95a86ef6..49a81efc 100644 --- a/lib/lm4f/gpio.c +++ b/lib/lm4f/gpio.c @@ -1,17 +1,17 @@ /** @defgroup gpio_file General Purpose I/O - -@brief LM4F General Purpose I/O - -@ingroup LM4Fxx - -@version 1.0.0 - -@author @htmlonly © @endhtmlonly 2011 Gareth McMullin - -@date 10 March 2013 - -LGPL License Terms @ref lgpl_license -*/ + * + * @brief LM4F General Purpose I/O + * + * @ingroup LM4Fxx + * + * @version 1.0.0 + * + * @author @htmlonly © @endhtmlonly 2011 Gareth McMullin + * + * @date 10 March 2013 + * + * LGPL License Terms @ref lgpl_license + */ /* * This file is part of the libopencm3 project.