1
1
History.txt
2
2
Manifest.txt
3
3
README.txt
4
- Rakefile
5
4
RI.txt
5
+ Rakefile
6
6
bin/rdoc
7
7
bin/ri
8
8
lib/rdoc.rb
@@ -12,6 +12,7 @@ lib/rdoc/dot.rb
12
12
lib/rdoc/generator.rb
13
13
lib/rdoc/generator/chm.rb
14
14
lib/rdoc/generator/chm/chm.rb
15
+ lib/rdoc/generator/darkfish.rb
15
16
lib/rdoc/generator/html.rb
16
17
lib/rdoc/generator/html/common.rb
17
18
lib/rdoc/generator/html/frameless.rb
@@ -21,6 +22,29 @@ lib/rdoc/generator/html/kilmer.rb
21
22
lib/rdoc/generator/html/kilmerfactory.rb
22
23
lib/rdoc/generator/html/one_page_html.rb
23
24
lib/rdoc/generator/ri.rb
25
+ lib/rdoc/generator/template/darkfish/classpage.rhtml
26
+ lib/rdoc/generator/template/darkfish/filepage.rhtml
27
+ lib/rdoc/generator/template/darkfish/images/brick.png
28
+ lib/rdoc/generator/template/darkfish/images/brick_link.png
29
+ lib/rdoc/generator/template/darkfish/images/bullet_black.png
30
+ lib/rdoc/generator/template/darkfish/images/date.png
31
+ lib/rdoc/generator/template/darkfish/images/loadingAnimation.gif
32
+ lib/rdoc/generator/template/darkfish/images/macFFBgHack.png
33
+ lib/rdoc/generator/template/darkfish/images/package.png
34
+ lib/rdoc/generator/template/darkfish/images/page_green.png
35
+ lib/rdoc/generator/template/darkfish/images/page_white_width.png
36
+ lib/rdoc/generator/template/darkfish/images/plugin.png
37
+ lib/rdoc/generator/template/darkfish/images/ruby.png
38
+ lib/rdoc/generator/template/darkfish/images/tag_green.png
39
+ lib/rdoc/generator/template/darkfish/images/wrench.png
40
+ lib/rdoc/generator/template/darkfish/images/wrench_orange.png
41
+ lib/rdoc/generator/template/darkfish/images/zoom.png
42
+ lib/rdoc/generator/template/darkfish/index.rhtml
43
+ lib/rdoc/generator/template/darkfish/js/darkfish.js
44
+ lib/rdoc/generator/template/darkfish/js/jquery.js
45
+ lib/rdoc/generator/template/darkfish/js/quicksearch.js
46
+ lib/rdoc/generator/template/darkfish/js/thickbox-compressed.js
47
+ lib/rdoc/generator/template/darkfish/rdoc.css
24
48
lib/rdoc/generator/texinfo.rb
25
49
lib/rdoc/generator/texinfo/class.texinfo.erb
26
50
lib/rdoc/generator/texinfo/file.texinfo.erb
@@ -66,6 +90,7 @@ lib/rdoc/template.rb
66
90
lib/rdoc/tokenstream.rb
67
91
test/binary.dat
68
92
test/rdoc_markup_to_html_crossref_reference.rb
93
+ test/test_attribute_manager.rb
69
94
test/test_rdoc_info_formatting.rb
70
95
test/test_rdoc_info_sections.rb
71
96
test/test_rdoc_markup.rb
0 commit comments