* src/tgbaalgos/gtec/ce.hh, src/misc/freelist.hh,

src/tgba/bddprint.hh: Fix Doxygen comments.
This commit is contained in:
Alexandre Duret-Lutz 2004-04-21 20:14:40 +00:00
parent 2f84bee41c
commit cf1ab2946f
4 changed files with 6 additions and 2 deletions

View file

@ -65,7 +65,7 @@ namespace spot
/// requested by the user.
virtual int extend(int n) = 0;
/// Such pairs describe \c second free integer starting at \first.
/// Such pairs describe \c second free integer starting at \c first.
typedef std::pair<int, int> pos_lenght_pair;
typedef std::list<pos_lenght_pair> free_list_type;
free_list_type fl; ///< Tracks unused BDD variables.