Rework doxygen comments

This commit is contained in:
Henrik Stickann
2022-04-12 16:38:19 +02:00
parent ccb15a640e
commit b2ae487b76
8 changed files with 23 additions and 5 deletions

View File

@@ -1,3 +1,6 @@
/**
* @brief Signal interface definition.
*/
#ifndef STA_SIGNAL_HPP
#define STA_SIGNAL_HPP
@@ -5,7 +8,7 @@
namespace sta
{
/**
* @brief Signal interface
* @brief Interface for signal objects.
*/
class Signal
{