summaryrefslogtreecommitdiffstats
path: root/test/rdoc/parsers/test_parse_c.rb
Commit message (Collapse)AuthorAgeFilesLines
* * lib/rdoc/markup: Remove ListBase and Line constants.drbrain2008-01-191-261/+0
| | | | | | | | | | | | | | | | | | | | * lib/rdoc/ri: Allow output IO to be specified. * test/rdoc/parser/test_parse_c.rb: Move up one level, fixed. * test/rdoc/parser/test_rdoc_markup_attribute_manager.rb: Renamed to match new class name, updated to match new classes. * test/rdoc/test_rdoc_ri_formatter.rb: Start of RI formatting tests. * test/rdoc/test_rdoc_ri_attribute_manager.rb: Start of RDoc::RI::AttributeManager tests. * test/rdoc/test_simple_markup.rb: Moved to match new class name. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15120 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Merge RDoc updates from matzruby 11502, 11503, 11504drbrain2007-01-071-2/+115
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11505 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Allow RDoc comment to give friendly value for rb_define_const.drbrain2006-12-311-0/+148
Patch by Daniel Berger <djberg96 at gmail.com>, [ruby-patches-7499]. Fix whitespace handling in constant comments. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11443 b2dd03c8-39d4-4d8f-98ff-823fe69b080e