The generated html in the "doc" directory doesn''t seem to list very much harvested information; just snippets of source code. Is there a way to get more complete information (e.g., method use diagrams, as produced by Doxygen)? -r -- email: rdm-go8te9J4rpw@public.gmane.org; phone: +1 650-873-7841 http://www.cfcl.com - Canta Forda Computer Laboratory http://www.cfcl.com/Meta - The FreeBSD Browser, Meta Project, etc.
Rich Morin wrote:> The generated html in the "doc" directory doesn''t seem to list very > much harvested information; just snippets of source code. Is there > a way to get more complete information (e.g., method use diagrams, > as produced by Doxygen)?You need to use RDoc comments on the classes and methods that you want to see documentation for. See http://rdoc.sourceforge.net/doc/index.html (scroll down in the main frame to see examples). There is an experimental --diagram option to generate class and module diagrams, but most use of RDoc is purely textual (e.g. http://api.rubyonrails.com/ ) regards Justin