summaryrefslogtreecommitdiffstats
path: root/include/jau
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2022-05-22 02:08:03 +0200
committerSven Gothel <[email protected]>2022-05-22 02:08:03 +0200
commit2bb42f5d00254aeeed074a25d0d6e210364d9888 (patch)
tree5d1f4ef2df9b9c2ee5236c4f0800461fb90d07bf /include/jau
parente701f65bc5f04c65713e212b2f60ca07dea79bc0 (diff)
Add Module/Group SysUtilsv0.10.1
Diffstat (limited to 'include/jau')
-rw-r--r--include/jau/environment.hpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/jau/environment.hpp b/include/jau/environment.hpp
index d0732fd..1becc82 100644
--- a/include/jau/environment.hpp
+++ b/include/jau/environment.hpp
@@ -40,6 +40,12 @@ extern "C" {
namespace jau {
+ /** @defgroup SysUtils System and OS Utilities
+ * System and OS related types and functionality.
+ *
+ * @{
+ */
+
/**
* Base jau environment class,
* merely to tag all environment settings by inheritance and hence documentation.
@@ -351,6 +357,8 @@ namespace jau {
const bool verbose;
};
+ /**@}*/
+
} // namespace jau
#endif /* JAU_ENV_HPP_ */