[root]/lib/rdoc/generators/template/html
set svn:eol-style
0 lines of code changed in:
* lib/rdoc/diagram.rb:
- properly quote bare element attributes
- terminates dangling elements (e.g. <img>, <br>, <link>, etc)
- converts "CVS" to the more HTML-friendly acronym element
- adds missing type attributes to style elements
based on Paul Duncan's patch <pabs@pablotron.org> [ruby-core:7028]
* lib/rdoc/generators/html_generator.rb: ditto.
* lib/rdoc/generators/template/html/hefss.rb: ditto.
* lib/rdoc/generators/template/html/html.rb: ditto.
* lib/rdoc/generators/template/html/kilmer.rb: ditto.
56 lines of code changed in:
Update kilmer template to use sections
14 lines of code changed in:
Don't show r/w accessot flags if none were specified for custom attributes
5 lines of code changed in:
Fix CSS typo that meant h2 headings were invisible
2 lines of code changed in:
1. Force --inline-source if --one-file given
2. Add new :section: directive which starts a new section in the output.
The title following :section: is used as the section heading, and the
remainder of the comment containing the section is used as
introductory text. Subsequent methods, aliases, attributes,
and classes will be documented in this section.
324 lines of code changed in:
James Buck's patch for call-seq
6 lines of code changed in:
Allow "do" after "for". Fix up css for standalone code window
5 lines of code changed in:
SYSTEM identifiers must be absolute
3 lines of code changed in:
Get --one-page working with C code
7 lines of code changed in:
Force RDoc html background to white
1 lines of code changed in:
Add one_page_html
116 lines of code changed in:
Document lib/English. Add top-level aliases to rdoc html output
17 lines of code changed in:
Forgot to save buffer.... sigh
1244 lines of code changed in:
Support inline source in Kilmer template
18 lines of code changed in:
Add RDoc
1578 lines of code changed in: