doxygen: fix membership to misc_tools module
* src/misc/bareword.hh, src/misc/bitvect.hh, src/misc/escape.hh, src/misc/hashfunc.hh, src/misc/intvcmp2.hh, src/misc/intvcomp.hh, src/misc/random.hh, src/misc/timer.hh, src/misc/tmpfile.hh: Use ingroup rather than addtogroup.
This commit is contained in:
parent
a9f4b01d9b
commit
b327565ca6
9 changed files with 23 additions and 16 deletions
|
|
@ -27,7 +27,10 @@
|
|||
|
||||
namespace spot
|
||||
{
|
||||
/// \addtogroup misc_tools Miscellaneous helper algorithms
|
||||
/// \defgroup misc_tools Miscellaneous helper functions
|
||||
|
||||
|
||||
/// \ingroup misc_tools
|
||||
/// @{
|
||||
/// \brief Whether a word is bare.
|
||||
///
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue