mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/TACOS.git
synced 2025-08-06 01:37:33 +00:00
Improved grouping and allow doxygen without other defines
This commit is contained in:
@@ -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;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user