diff options
-rw-r--r-- | Tools/modulator/README | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/Tools/modulator/README b/Tools/modulator/README index def9cb5..30b5622 100644 --- a/Tools/modulator/README +++ b/Tools/modulator/README @@ -1,9 +1,12 @@ -This is release 1.1 of modulator, a generator of boilerplate code for +This is release 1.2 of modulator, a generator of boilerplate code for modules to be written in C. -There is only one difference with release 1.0, really: the templates -now use "new-style" naming conventions. Many thanks to Chak Tan -<tan@ee.rochester.edu> for supplying them. +Difference between 1.2 and 1.1: __doc__ templates are now generated +(thanks to Jim Fulton). + +Difference between 1.1 and 1.0: the templates now use "new-style" +naming conventions. Many thanks to Chak Tan <tan@ee.rochester.edu> for +supplying them. Usage when you have tk is *really* simple: start modulator, fill out the forms specifying all the objects and methods, tell modulator |