Improved grouping and allow doxygen without other defines

This commit is contained in:
@CarlWachter
2024-01-06 13:02:54 +01:00
parent 759495f2ce
commit 4357b27ae4
5 changed files with 66 additions and 18 deletions

View File

@@ -61,7 +61,14 @@ namespace sta
*/
const char* getName() const;
/**
* @brief Compare two threads by their names.
*/
bool operator==(const TacosThread& other) const;
/**
* @brief Compare two threads by their names.
*/
bool operator<(const TacosThread& other) const;
/**