doxygen: refactored doxygen in libbsp/arm/lpc32xx

This patch refactors a lot of the existing doxygen within libbsp/arm/lpc32xx.
Much of this refactoring was just renaming of existing groups to conform to a
more consistent naming structure. With the addition of a doxygen header for
tm27.h, all files within lpc32xx belong to doxygen group now. lpc32xx should
be used a reference for adding doxygen to other bsps.
This commit is contained in:
Daniel Ramirez
2013-11-29 20:18:44 -06:00
committed by Gedare Bloom
parent ad36dc2c36
commit 2d6543d4c8
29 changed files with 54 additions and 48 deletions

View File

@@ -1,3 +1,10 @@
/* @file
*
* @ingroup arm_lpc32xx
*
* @brief Implementations of interrupt mechanisms for Time Test 27
*/
/*
* Copyright (c) 2010 embedded brains GmbH. All rights reserved.
*