J
Jean-Julien Fleck
Hello there,
Does anybody know a gem that could be used to document a Rakefile the
way rdoc does ?
I've got a Rakefile full of tasks but only a few of them have a 'desc'
keyword in order to keep 'rake -T' readable. I would like to have an
html output of the list of all available tasks using the description
given in the comments above each task, the same way rdoc does for the
methods of a class. Is there an easy way to do it or special options
to give to rdoc ? (a plain 'rdoc Rakefile' produce something that is
unreadable)
Thanks,
--=20
JJ Fleck
PCSI1 Lyc=E9e Kl=E9ber
Does anybody know a gem that could be used to document a Rakefile the
way rdoc does ?
I've got a Rakefile full of tasks but only a few of them have a 'desc'
keyword in order to keep 'rake -T' readable. I would like to have an
html output of the list of all available tasks using the description
given in the comments above each task, the same way rdoc does for the
methods of a class. Is there an easy way to do it or special options
to give to rdoc ? (a plain 'rdoc Rakefile' produce something that is
unreadable)
Thanks,
--=20
JJ Fleck
PCSI1 Lyc=E9e Kl=E9ber