Eric Hodel
Eric Hodel
Fixing this bug involves a lot of work in RDoc but is easily worked-around (see previous comment) so I am delaying it to a future version of RDoc. I created...
I can't believe you didn't send a pull request to fix it.
1. I'm not paid to 2. I don't use Windows so the effort is far too high for the return on investment 3. Your entitlement to my free labor is...
I have read some source that uses yard for documentation that makes heavy use of the param directive and it was completely unreadable without generating the documentation. I find these...
To follow up, I see nothing wrong with your initial examples. I want to make it easy to write documentation so you can infer the behavior of RDoc from examples...
`--formatter` is used instead of `--generator` for historical reasons. It's very difficult to change command-line options.
Looking at this bug, it appears to be difficult to fix. `--format` pulls in options from the selected formatter, so a two pass parse run may be necessary to prevent...
I don't see an easy way of determining how to keep the behavior from #209 without avoiding the breakage so I am punting this to Future.
This is intentional as it allows you to easily bookmark a heading through the pilcrow and jump to the top of the document with the arrow.
There was a warning rdoc prints, something like 'enclosing class mFiddle of "Closure" not found'. RDoc knows nothing about externs variables across classes so did not know that "Closure" meant...