Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
af5673b0
Commit
af5673b0
authored
Jul 20, 2012
by
JINMEI Tatuya
Browse files
[2094] use \ instead of @ for doxygen commands for consistency.
also, use \brief instead of \short.
parent
1d950e29
Changes
5
Hide whitespace changes
Inline
Side-by-side
src/lib/util/unittests/fork.h
View file @
af5673b0
...
...
@@ -18,8 +18,8 @@
#include <unistd.h>
/**
*
@
file fork.h
*
@short
Help functions to fork the test case process.
*
\
file fork.h
*
\brief
Help functions to fork the test case process.
* Various functions to fork a process and feed some data to pipe, check
* its output and such lives here.
*/
...
...
src/lib/util/unittests/newhook.h
View file @
af5673b0
...
...
@@ -16,8 +16,8 @@
#define __UTIL_UNITTESTS_NEWHOOK_H 1
/**
*
@
file newhook.h
*
@short
Enable the use of special operator new that throws for testing.
*
\
file newhook.h
*
\brief
Enable the use of special operator new that throws for testing.
*
* This small utility allows a test case to force the global operator new
* to throw for a given size to test a case where memory allocation fails
...
...
src/lib/util/unittests/testdata.h
View file @
af5673b0
...
...
@@ -16,8 +16,8 @@
#define __UTIL_UNITTESTS_TESTDATA_H 1
/**
*
@
file testdata.h
*
@short
Manipulating test data files.
*
\
file testdata.h
*
\brief
Manipulating test data files.
*
* This utility defines functions that help test case handle test data
* stored in a file.
...
...
src/lib/util/unittests/textdata.h
View file @
af5673b0
...
...
@@ -22,8 +22,8 @@
#define __UTIL_UNITTESTS_TEXTDATA_H 1
/**
*
@
file textdata.h
*
@short
Utilities for tests with text data.
*
\
file textdata.h
*
\brief
Utilities for tests with text data.
*
* This utility provides convenient helper functions for unit tests using
* textual data.
...
...
src/lib/util/unittests/wiredata.h
View file @
af5673b0
...
...
@@ -17,8 +17,8 @@
#include <cstddef>
///
@
file wiredata.h
///
@short
Utilities for tests with wire data.
///
\
file wiredata.h
///
\brief
Utilities for tests with wire data.
///
/// This utility provides convenient helper functions for unit tests using
/// wire (binary) data.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment