Skip to content
Snippets Groups Projects
Commit 0e97fe09 authored by Christian Engwer's avatar Christian Engwer
Browse files

[doc] slightly restructure the modules to group various utitlities

parent 71e2e4b8
No related branches found
No related tags found
No related merge requests found
......@@ -8,9 +8,32 @@
@ingroup Common
*/
/**
@defgroup Utilities Utilities
@brief Collection of helper classes, type traits, etc.
@ingroup Common
*/
/**
@defgroup Path Filesystem Paths
@brief Utilities for filesystem path management
@ingroup Utilities
*/
/**
@defgroup StringUtilities String Utilities
@brief Utility functions for std::string
@ingroup Utilities
*/
/**
@defgroup TupleUtilities Tuple Utilities
@brief Utility classes which can be used with std::tuple
@ingroup Utilities
*/
/**
@defgroup TypeUtilities Type Utilities
@brief Type traits, overload helpers, and other utilities for type computations
@ingroup Common
@ingroup Utilities
*/
......@@ -7,8 +7,7 @@
namespace Dune {
/**
* @addtogroup Path Filesystem Paths
* @ingroup Common
* @addtogroup Path
* @{
*/
......
......@@ -22,11 +22,11 @@
namespace Dune {
/** @addtogroup Common
@{
*/
/**
* @addtogroup StringUtilities
*
* @{
*/
/** \brief Check whether a character container has a given prefix
*
......
......@@ -14,7 +14,7 @@
namespace Dune {
/** @ addtogroup Common
/** @addtogroup TupleUtilities
*
* @{
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment