| From: Eli Barzilay (eli at barzilay.org) Date: Sat Nov 1 19:16:34 EST 2003 |
|
It might help if you use it without indenting a module body.
Otherwise you're probably better of writing a Scheme script that will
do it (read module contents, get the syntax objects that are toplevel
definitions, create tags) -- if this important to you, I have some
code that I use to document Swindle that does that sort of thing.
--
((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay:
http://www.barzilay.org/ Maze is Life!
| Posted on the users mailing list. |
|