docyment make_emptiness_check_instantiator()

Fixes #161, reported by Yann Thierry-Mieg.

* spot/twaalgos/emptiness.hh: Here.
* NEWS: Mention it.
This commit is contained in:
Alexandre Duret-Lutz 2016-04-20 21:39:54 +02:00
parent 2c68842a5a
commit f904c0e05c
2 changed files with 123 additions and 8 deletions

5
NEWS
View file

@ -9,6 +9,11 @@ New in spot 2.0a (not yet released)
is still the default, but we plan to default to version 1.1 in the
future.
Documentation:
* Add missing documentation for the option string passed to
spot::make_emptiness_check_instantiator().
Bug fixes:
* Typo in documentation of the -H option in --help output.