Display transition annotations in dotty output.

* src/tgbaalgos/dotty.cc (process_link): Call
transition_annotation().  Reported by Nikos Gorogiannis.
* src/tgba/tgba.hh (transition_annotation): More documentation.
This commit is contained in:
Alexandre Duret-Lutz 2011-11-17 18:36:23 +01:00
parent d573eb9b8d
commit 3010d7051b
4 changed files with 32 additions and 3 deletions

View file

@ -1,3 +1,12 @@
2011-11-17 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Display transition annotations in dotty output.
* src/tgbaalgos/dotty.cc (process_link): Call
transition_annotation(). Reported by Nikos Gorogiannis.
* src/tgba/tgba.hh (transition_annotation): More documentation.
* NEWS: Mention this change.
2011-11-17 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* NEWS: Add an entry for the previous fix.