1- = TODO
2-
31This file contains some things that might happen in RDoc, or might not.
42Forward Looking Statements applies.
53
6- == RDoc::VERSION.succ
4+ === RDoc::VERSION.succ
75
8- === Blockers:
6+ - Blockers:
97
108* Update LICENSE to match ruby's switch
119* The alias keyword should not be bidirectional
@@ -15,7 +13,7 @@ Forward Looking Statements applies.
1513* Fix consumption of , after link like: RDoc[rdoc-ref:RDoc], <- comma here
1614* Remove support for links like Matrix[*rows]
1715
18- === Nice to have:
16+ - Nice to have:
1917
2018* Parse only changed files (like in ruby)
2119* Page of Glory (or Shame) in HTML output showing documentation coverage
@@ -28,17 +26,17 @@ Forward Looking Statements applies.
2826* Global variable support
2927* Provide the code_object to directive handlers
3028
31- == More Future
29+ === More Future
3230
33- === API changes to RDoc
31+ - API changes to RDoc
3432
3533* RDoc::TopLevel#add_method should automatically create the appropriate method
3634 class rather than requiring one be passed in.
3735* Remove #comment= from Context subclasses in favor of #add_comment
3836* Add versions to RDoc::Markup syntax tree marshal format
3937* Comments can no longer be Strings
4038
41- == Crazy Ideas
39+ === Crazy Ideas
4240
4341* Auto-normalize heading levels to look OK. It's weird to see an <h1> in
4442 the middle of a method section.
@@ -48,7 +46,7 @@ Forward Looking Statements applies.
4846 * Rename Context to Container
4947 * Rename NormalClass to Class
5048
51- == Accessibility
49+ === Accessibility
5250
5351Page title in right hand side
5452
0 commit comments