diff options
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_ */ |