mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-09-29 05:17:33 +00:00
Improve doxygen documentation
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
/**
|
||||
* @brief UART interface definition.
|
||||
* @file
|
||||
* @brief Printable UART interface definition.
|
||||
*/
|
||||
#ifndef STA_PRINTABLE_UART_HPP
|
||||
#define STA_PRINTABLE_UART_HPP
|
||||
@@ -23,11 +24,14 @@ namespace sta
|
||||
};
|
||||
|
||||
/**
|
||||
* @brief Interface for UART.
|
||||
* @brief Printable interface for UART.
|
||||
*/
|
||||
class PrintableUART
|
||||
{
|
||||
public:
|
||||
/**
|
||||
* @param intf UART instance
|
||||
*/
|
||||
PrintableUART(UART * intf);
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user