* src/tgbaalgos/gtec/ce.hh, src/misc/freelist.hh,
src/tgba/bddprint.hh: Fix Doxygen comments.
This commit is contained in:
parent
2f84bee41c
commit
cf1ab2946f
4 changed files with 6 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue