More doxygen documentation
git-svn-id: https://svn.vbchaos.nl/svn/hsb/trunk@418 05563f52-14a8-4384-a975-3d1654cca0fa
This commit is contained in:
@@ -17,11 +17,12 @@
|
||||
// (c) 2017 Micro-Key bv
|
||||
// -----------------------------------------------------------------------------
|
||||
|
||||
/// @defgroup {group_name} {group_description}
|
||||
/// Description
|
||||
|
||||
/// @file nhd0420.h
|
||||
/// @ingroup {group_name}
|
||||
/**
|
||||
* nhd0420 implementation
|
||||
* \defgroup nhd0420 Package nhd0420
|
||||
* \ingroup HAL
|
||||
* @{
|
||||
*/
|
||||
|
||||
|
||||
#ifndef DISPLAY_INC_NHD0420_H_
|
||||
@@ -289,3 +290,5 @@ extern ErrorStatus NHD0420_sendCommand(const struct NHD0420* self, char command)
|
||||
extern ErrorStatus NHD0420_sendData(const struct NHD0420* self, const char* buffer, unsigned int length);
|
||||
|
||||
#endif /* DISPLAY_INC_NHD0420_H_ */
|
||||
|
||||
/** @} */
|
||||
|
||||
Reference in New Issue
Block a user