Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-common
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Timo Koch
dune-common
Commits
0e97fe09
Commit
0e97fe09
authored
9 years ago
by
Christian Engwer
Browse files
Options
Downloads
Patches
Plain Diff
[doc] slightly restructure the modules to group various utitlities
parent
71e2e4b8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
doc/doxygen/modules.txt
+24
-1
24 additions, 1 deletion
doc/doxygen/modules.txt
dune/common/path.hh
+1
-2
1 addition, 2 deletions
dune/common/path.hh
dune/common/stringutility.hh
+5
-5
5 additions, 5 deletions
dune/common/stringutility.hh
dune/common/tupleutility.hh
+1
-1
1 addition, 1 deletion
dune/common/tupleutility.hh
with
31 additions
and
9 deletions
doc/doxygen/modules.txt
+
24
−
1
View file @
0e97fe09
...
...
@@ -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
*/
This diff is collapsed.
Click to expand it.
dune/common/path.hh
+
1
−
2
View file @
0e97fe09
...
...
@@ -7,8 +7,7 @@
namespace
Dune
{
/**
* @addtogroup Path Filesystem Paths
* @ingroup Common
* @addtogroup Path
* @{
*/
...
...
This diff is collapsed.
Click to expand it.
dune/common/stringutility.hh
+
5
−
5
View file @
0e97fe09
...
...
@@ -22,11 +22,11 @@
namespace
Dune
{
/**
@addtogroup Common
@{
*/
/**
* @addtogroup StringUtilities
*
* @{
*/
/** \brief Check whether a character container has a given prefix
*
...
...
This diff is collapsed.
Click to expand it.
dune/common/tupleutility.hh
+
1
−
1
View file @
0e97fe09
...
...
@@ -14,7 +14,7 @@
namespace
Dune
{
/** @
addtogroup
Common
/** @addtogroup
TupleUtilities
*
* @{
*/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment