Skip to content
Snippets Groups Projects
Commit 737f92f2 authored by Carsten Gräser's avatar Carsten Gräser
Browse files

[doc] Add doxygen group for type utilities

This is intended to contain everything related to type
computations, like, e.g., type traits, helpers for
overload resolution, ...
parent 633391ff
Branches
Tags
No related merge requests found
......@@ -7,3 +7,10 @@
@brief Implementations of the STL allocator concept
@ingroup Common
*/
/**
@defgroup TypeUtilities Type Utilities
@brief Type traits, overload helpers, and other utilities for type computations
@ingroup Common
*/
......@@ -8,7 +8,7 @@
namespace Dune {
/**
* @addtogroup Common
* \ingroup TypeUtilities
*
* @{
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment