diff options
author | Sven Gothel <[email protected]> | 2022-05-01 22:11:53 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2022-05-01 22:11:53 +0200 |
commit | 987f698885baba78353361a0cb913e726c7be9d6 (patch) | |
tree | c6712d2e126f7e659bbec938a9fe07f0c84b7a57 /include/jau/latch.hpp | |
parent | d3941db9889d59e777e1ca76cbeabebc3ab8ebb3 (diff) |
Doxygen: Add Modules: Group related things together: Algorithms, ByteUtils, CppLang, DataStructs, Concurrency, Floats, Fractions, Integrals, JavaJVM, Network, Stringv0.9.2
Diffstat (limited to 'include/jau/latch.hpp')
-rw-r--r-- | include/jau/latch.hpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/jau/latch.hpp b/include/jau/latch.hpp index d2a6fae..1887902 100644 --- a/include/jau/latch.hpp +++ b/include/jau/latch.hpp @@ -35,6 +35,11 @@ namespace jau { + /** \addtogroup Concurrency + * + * @{ + */ + /** * Inspired by std::latch of C++20 * @@ -247,6 +252,8 @@ namespace jau { } }; + /**@}*/ + } /* namespace jau */ #endif /* JAU_LATCH_HPP_ */ |