More doxygen documentation
git-svn-id: https://svn.vbchaos.nl/svn/hsb/trunk@421 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 PIDParameters.h
|
||||
/// @ingroup {group_name}
|
||||
/**
|
||||
* PIDParameters implementation
|
||||
* \defgroup PIDParameters Package PIDParameters
|
||||
* \ingroup hsb-mrts
|
||||
* @{
|
||||
*/
|
||||
|
||||
#ifndef PIDPARAMETERS_H_
|
||||
#define PIDPARAMETERS_H_
|
||||
@@ -138,3 +139,5 @@ extern void PIDParameters_setiMin(struct PIDParameters* self, int iMin);
|
||||
*/
|
||||
extern void PIDParameters_setiMax(struct PIDParameters* self, int iMax);
|
||||
#endif /* PIDPARAMETERS_H_ */
|
||||
|
||||
/** @} */
|
||||
|
||||
Reference in New Issue
Block a user