Skip to content
Snippets Groups Projects
Commit fcb090a2 authored by tho's avatar tho
Browse files

set HIDE_UNDOC_RELATIONS to NO /grmpf/

parent ba21e8f2
No related branches found
No related tags found
No related merge requests found
......@@ -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>:
......
......@@ -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.
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