* src/misc/bareword.hh, src/misc/bddalloc.hh, src/misc/bddlt.hh,
src/misc/escape.hh, src/misc/freelist.hh, src/misc/hash.hh, src/misc/hashfunc.hh, src/misc/minato.hh, src/misc/modgray.hh, src/misc/random.hh, src/misc/version.hh, src/tgba/state.hh: More Doxygen groups.
This commit is contained in:
parent
9bea364e40
commit
2a3d638a50
13 changed files with 52 additions and 10 deletions
|
|
@ -21,6 +21,10 @@
|
|||
|
||||
namespace spot
|
||||
{
|
||||
/// \addtogroup random Random functions
|
||||
/// \ingroup misc_tools
|
||||
/// @{
|
||||
|
||||
/// \brief Reset the seed of the pseudo-random number generator.
|
||||
///
|
||||
/// \see drand, mrand, rrand
|
||||
|
|
@ -43,4 +47,6 @@ namespace spot
|
|||
///
|
||||
/// \see mrand, rrand, srand
|
||||
double drand();
|
||||
|
||||
/// @}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue