Doxygen update

git-svn-id: https://svn.vbchaos.nl/svn/hsb/trunk@427 05563f52-14a8-4384-a975-3d1654cca0fa
This commit is contained in:
dvl
2018-01-15 11:04:24 +00:00
parent 41ebc02741
commit 15ab232e82
67 changed files with 94 additions and 76 deletions

View File

@@ -22,7 +22,7 @@
#define INC_ADCDEVICE_H_
/**
* ADCDevice implementation
* %ADCDevice implementation
* \defgroup ADCDevice Package ADCDevice
* \ingroup HAL
* @{

View File

@@ -21,7 +21,7 @@
#define INC_BUZZER_H_
/**
* Buzzer implementation
* %Buzzer implementation
* \defgroup Buzzer Package Buzzer
* \ingroup HAL
* @{

View File

@@ -21,7 +21,7 @@
#define _CACHEDEEPROM_H_
/**
* CachedStorage implementation
* %CachedStorage implementation
* \defgroup CachedStorage Package CachedStorage
* \ingroup HAL
* @{

View File

@@ -21,7 +21,7 @@
#define SOLENOID_H_
/**
* CoverSolenoid implementation
* %CoverSolenoid implementation
* \defgroup CoverSolenoid Package CoverSolenoid
* \ingroup HAL
* @{

View File

@@ -18,7 +18,7 @@
// -----------------------------------------------------------------------------
/**
* DACDevice implementation
* %DACDevice implementation
* \defgroup DACDevice Package DACDevice
* \ingroup HAL
* @{

View File

@@ -18,7 +18,7 @@
// -----------------------------------------------------------------------------
/**
* DisplayDevice implementation
* %DisplayDevice implementation
* \defgroup DisplayDevice Package DisplayDevice
* \ingroup HAL
* @{

View File

@@ -18,7 +18,7 @@
// -----------------------------------------------------------------------------
/**
* HighVoltageDetection implementation
* %HighVoltageDetection implementation
* \defgroup HighVoltageDetection Package HighVoltageDetection
* \ingroup HAL
* @{

View File

@@ -18,7 +18,7 @@
// -----------------------------------------------------------------------------
/**
* IODevice implementation
* %IODevice implementation
* \defgroup IODevice Package IODevice
* \ingroup HAL
* @{

View File

@@ -18,7 +18,7 @@
// -----------------------------------------------------------------------------
/**
* Interlock implementation
* %Interlock implementation
* \defgroup Interlock Package Interlock
* \ingroup HAL
* @{

View File

@@ -18,7 +18,7 @@
// -----------------------------------------------------------------------------
/**
* KeyboardDevice implementation
* %KeyboardDevice implementation
* \defgroup KeyboardDevice Package KeyboardDevice
* \ingroup HAL
* @{

View File

@@ -18,7 +18,7 @@
// -----------------------------------------------------------------------------
/**
* Leds implementation
* %Leds implementation
* \defgroup Leds Package Leds
* \ingroup HAL
* @{

View File

@@ -18,7 +18,7 @@
// -----------------------------------------------------------------------------
/**
* Logger implementation
* %Logger implementation
* \defgroup Logger Package Logger
* \ingroup HAL
* @{

View File

@@ -18,7 +18,7 @@
// -----------------------------------------------------------------------------
/**
* MAX5715 implementation
* %MAX5715 implementation
* \defgroup MAX5715 Package MAX5715
* \ingroup HAL
* @{

View File

@@ -18,7 +18,7 @@
// -----------------------------------------------------------------------------
/**
* MemoryDevice implementation
* %MemoryDevice implementation
* \defgroup MemoryDevice Package MemoryDevice
* \ingroup HAL
* @{

View File

@@ -17,7 +17,7 @@
*/
/**
* Observable implementation
* %Observable implementation
* \defgroup Observable Package Observable
* \ingroup HAL
* @{

View File

@@ -17,7 +17,7 @@
*/
/**
* Observer implementation
* %Observer implementation
* \defgroup Observer Package Observer
* \ingroup HAL
* @{

View File

@@ -18,7 +18,7 @@
// -----------------------------------------------------------------------------
/**
* PID implementation
* %PID implementation
* \defgroup PID Package PID
* \ingroup HAL
* @{

View File

@@ -18,7 +18,7 @@
// -----------------------------------------------------------------------------
/**
* TeslaGunSafety implementation
* %TeslaGunSafety implementation
* \defgroup TeslaGunSafety Package TeslaGunSafety
* \ingroup HAL
* @{

View File

@@ -18,7 +18,7 @@
// -----------------------------------------------------------------------------
/**
* CRC32 implementation
* %CRC32 implementation
* \defgroup CRC32 Package CRC32
* \ingroup HAL
* @{

View File

@@ -18,8 +18,8 @@
// -----------------------------------------------------------------------------
/**
* nhd0420 implementation
* \defgroup nhd0420 Package nhd0420
* %NHD0420 implementation
* \defgroup NHD0420 Package NHD0420
* \ingroup HAL
* @{
*/
@@ -118,9 +118,13 @@
// Type definitions.
// -----------------------------------------------------------------------------
/**
* \class NHD0420
* \extends DisplayDevice
*/
struct NHD0420
{
struct DisplayDevice displayDevice;
struct DisplayDevice displayDevice; //!< \private
const struct IODevice* device;
bool initialized;
};

View File

@@ -18,7 +18,7 @@
// -----------------------------------------------------------------------------
/**
* Storm700 implementation
* %Storm700 implementation
* \defgroup Storm700 Package Storm700
* \ingroup HAL
* @{
@@ -48,9 +48,13 @@
// Type definitions.
// -----------------------------------------------------------------------------
/**
* \class Storm700
* \extends KeyboardDevice
*/
struct Storm700
{
struct KeyboardDevice keyboardDevice;
struct KeyboardDevice keyboardDevice; //!< \private
const struct IODevice* device;
bool initialized;
};