More doxygen documentation

git-svn-id: https://svn.vbchaos.nl/svn/hsb/trunk@418 05563f52-14a8-4384-a975-3d1654cca0fa
This commit is contained in:
dvl
2018-01-11 14:20:29 +00:00
parent 1bbfa1c7f3
commit 33bbbf4827
15 changed files with 122 additions and 66 deletions

View File

@@ -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_ */
/** @} */