Add doxygen docs

This commit is contained in:
Henrik Stickann
2022-05-10 15:36:48 +02:00
parent 8efed8802d
commit f4e3a0ae1c
8 changed files with 339 additions and 160 deletions

View File

@@ -15,6 +15,8 @@ namespace sta
{
/**
* @brief Integer representation.
*
* @ingroup staCore
*/
enum class IntegerBase
{
@@ -25,6 +27,8 @@ namespace sta
/**
* @brief Printable interface for UART.
*
* @ingroup staCore
*/
class PrintableUART
{