C Y <smustudent1@yahoo.com> writes:
> Does anyone know of any method out there to parse comments in some form
> from lisp code to form texi files?
I don't know if you are aware of it, but Lisp has a standard, built-in
way of documenting functions and variables: documentation strings. They
have the big advantage of being available interactively, in contrast with
"dead" ;-comments.
IMO, we should if at all possible use docstrings instead of trying to
invent a different method.