1
- = TODO
2
-
3
1
This file contains some things that might happen in RDoc, or might not.
4
2
Forward Looking Statements applies.
5
3
6
- == RDoc::VERSION.succ
4
+ === RDoc::VERSION.succ
7
5
8
- === Blockers:
6
+ - Blockers:
9
7
10
8
* Update LICENSE to match ruby's switch
11
9
* The alias keyword should not be bidirectional
@@ -15,7 +13,7 @@ Forward Looking Statements applies.
15
13
* Fix consumption of , after link like: RDoc[rdoc-ref:RDoc], <- comma here
16
14
* Remove support for links like Matrix[*rows]
17
15
18
- === Nice to have:
16
+ - Nice to have:
19
17
20
18
* Parse only changed files (like in ruby)
21
19
* Page of Glory (or Shame) in HTML output showing documentation coverage
@@ -28,17 +26,17 @@ Forward Looking Statements applies.
28
26
* Global variable support
29
27
* Provide the code_object to directive handlers
30
28
31
- == More Future
29
+ === More Future
32
30
33
- === API changes to RDoc
31
+ - API changes to RDoc
34
32
35
33
* RDoc::TopLevel#add_method should automatically create the appropriate method
36
34
class rather than requiring one be passed in.
37
35
* Remove #comment= from Context subclasses in favor of #add_comment
38
36
* Add versions to RDoc::Markup syntax tree marshal format
39
37
* Comments can no longer be Strings
40
38
41
- == Crazy Ideas
39
+ === Crazy Ideas
42
40
43
41
* Auto-normalize heading levels to look OK. It's weird to see an <h1> in
44
42
the middle of a method section.
@@ -48,7 +46,7 @@ Forward Looking Statements applies.
48
46
* Rename Context to Container
49
47
* Rename NormalClass to Class
50
48
51
- == Accessibility
49
+ === Accessibility
52
50
53
51
Page title in right hand side
54
52
0 commit comments