Generating documentation for Lisp
Hello,
--
Mauricio Toro Bermudez
Estudiante de Ingeniería de Sistemas
Pontificia Universidad Javeriana, Colombia
Stagiare à l'Ircam
1, place Igor-Stravinsky 75004 Paris,
France de 2008 à 2009
I have some methods and classes defined this way:
(defmethod g-or+ ((self ge-regexp) n)
"OR regula expr self with integer n one or more times"
(if (exists self)
(ge-reg_or_+ (slot-value self 'gecode-regexp) n)
(error "uninitialized or dead regular expression")))
I would like to generate an html and pdf with the documentation.
Any clues how can this be done automatically?
Thanks
--
Mauricio Toro Bermudez
Estudiante de Ingeniería de Sistemas
Pontificia Universidad Javeriana, Colombia
Stagiare à l'Ircam
1, place Igor-Stravinsky 75004 Paris,
France de 2008 à 2009