rdoc
rdoc copied to clipboard
RDoc produces HTML and online documentation for Ruby projects.
When running `gem server` and trying to view rdoc for an installed gem (net-ldap-0.11, in my case), I get the following error page: Error While processing http://localhost:8808/doc_root/net-ldap-0.11/ the RDoc (4.2.0)...
### README.rdoc ``` * {Email}[mailto:postmodern.mod3 at gmail.com] ``` ### HTML output ``` {Email}[postmodern.mod3 at gmail.com] ``` RDoc version: 4.2.0
I'm at the root of my project tree: ``` $ ls bin gem lib rdocs test vp.rb ``` I want to generate only the docs for the lib directory, ignoring...
Ok, I know this is a particular and difficult thing to request. I hope you'll not hate me for this. But in my University, Ruby is used as first language...
RDoc autolinks text without markup and removes a leading hash if there is one. That's a great feature, but if you have for example method or class names that cannot...
"===" and "==" in numeric.c refer to the same method definitions. When running rdoc over numeric.c the results include "===" in the list of methods but the link goes to...
When creating an RDoc ri store and then later updating it, the visibility information is corrupted, ie. public or protected methods are shown as private methods. Steps to reproduce (should...
in Windows, Ruby 1.9.3, RDoc 4.2.0, with this example input file, `focusgroup.rb`: ``` require 'focusgroup/pipeline' require 'focusgroup/serviceversion' ``` running `rdoc --debug focusgroup.rb` produces: ``` Before reporting this, could you check...
If the user has specified options via `.rdoc_options` and it's newer than the rdoc target directory, a regeneration should occur.
Hi everyone at rdoc. If there is anything wrong or this issue was already discussed, I'm so sorry. Anyway, please look at this. ``` # This doc isn't generated. define_method('foo1')...