Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
senf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
wiback
senf
Commits
fcb090a2
Commit
fcb090a2
authored
17 years ago
by
tho
Browse files
Options
Downloads
Patches
Plain Diff
set HIDE_UNDOC_RELATIONS to NO /grmpf/
parent
ba21e8f2
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Utils/Exception.hh
+2
-2
2 additions, 2 deletions
Utils/Exception.hh
Utils/auto_unit_test.hh
+1
-1
1 addition, 1 deletion
Utils/auto_unit_test.hh
doclib/Doxyfile.global
+1376
-52
1376 additions, 52 deletions
doclib/Doxyfile.global
with
1379 additions
and
55 deletions
Utils/Exception.hh
+
2
−
2
View file @
fcb090a2
...
...
@@ -40,7 +40,7 @@
/** \defgroup exception Exception classes
All exceptions in senf are derived from senf::Exception. This class adds the possibility to
All exceptions in
%
senf are derived from senf::Exception. This class adds the possibility to
extend the exception description while it is processed:
\code
...
...
@@ -55,7 +55,7 @@
}
\endcode
This will add the user information to any senf exception thrown. The Exception is however not a
This will add the user information to any
%
senf exception thrown. The Exception is however not a
stream. If you need to do more extensive formating, either use an intermediate string-stream or
use <a href="http://www.boost.org/libs/format/doc/format.html">Boost.Format</a>:
...
...
This diff is collapsed.
Click to expand it.
Utils/auto_unit_test.hh
+
1
−
1
View file @
fcb090a2
...
...
@@ -29,7 +29,7 @@
So, instead of <tt>\#include <boost/test/auto_unit_test.hpp></tt>, you should always write
<pre>
#include "../Utils/auto_unit_test.hh"
\
#include "../Utils/auto_unit_test.hh"
</pre> (with possibliy adjusted path).
*/
...
...
This diff is collapsed.
Click to expand it.
doclib/Doxyfile.global
+
1376
−
52
View file @
fcb090a2
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