More doxygen documentation
git-svn-id: https://svn.vbchaos.nl/svn/hsb/trunk@419 05563f52-14a8-4384-a975-3d1654cca0fa
This commit is contained in:
@@ -17,11 +17,12 @@
|
||||
// (c) 2015 Micro-Key bv
|
||||
// -----------------------------------------------------------------------------
|
||||
|
||||
/// @defgroup {group_name} {group_description}
|
||||
/// Description
|
||||
|
||||
/// @file PCBA.h
|
||||
/// @ingroup {group_name}
|
||||
/**
|
||||
* Pcba implementation
|
||||
* \defgroup Pcba Package Pcba
|
||||
* \ingroup Platform
|
||||
* @{
|
||||
*/
|
||||
|
||||
#ifndef PCBA_H_
|
||||
#define PCBA_H_
|
||||
@@ -98,3 +99,5 @@ extern struct Pcba* PCBA_getInstance(void);
|
||||
extern ErrorStatus PCBA_setIO(T_PL_GPIO* A0, T_PL_GPIO* A1);
|
||||
|
||||
#endif /* PCBA_H_ */
|
||||
|
||||
/** @} */
|
||||
|
||||
Reference in New Issue
Block a user