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:
Alexandre Duret-Lutz 2015-06-21 13:40:12 +02:00
parent a9f4b01d9b
commit b327565ca6
9 changed files with 23 additions and 16 deletions

View file

@ -1,6 +1,6 @@
// -*- coding: utf-8 -*-
// Copyright (C) 2011, 2013 Laboratoire de Recherche et Developpement
// de l'Epita (LRDE).
// Copyright (C) 2011, 2013, 2015 Laboratoire de Recherche et
// Developpement de l'Epita (LRDE).
//
// This file is part of Spot, a model checking library.
//
@ -25,7 +25,7 @@
namespace spot
{
/// \addtogroup misc_tools
/// \ingroup misc_tools
/// @{
/// Compress an int vector into a vector of unsigned int.