Doxygen update
git-svn-id: https://svn.vbchaos.nl/svn/hsb/trunk@427 05563f52-14a8-4384-a975-3d1654cca0fa
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user