summaryrefslogtreecommitdiff
path: root/lib/rdoc/parsers
AgeCommit message (Expand)Author
2005-05-12* lib/rdoc/parsers/parse_c.rb: show parsing progress for C files.ocean
2005-03-04* lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser#do_includes): replacenobu
2005-01-24* document updates - [ruby-core:04296], [ruby-core:04301],matz
2004-12-061.8 doesn't have String#cleardave
2004-12-04Ignore leading and trailing lines in :section: blocksdave
2004-11-26Fix problem with :section: and new 1.9dave
2004-11-22Don't include 'require's with variable argumentsdave
2004-11-201. Force --inline-source if --one-file givendave
2004-11-08Fix bug where parent class wasn't being detected if thedave
2004-10-19RDoc can now deal with "attr" used as a variabledave
2004-10-10Support "require" as variable name in RDocdave
2004-09-11Fix up cross-file class mergingdave
2004-09-09Allow spaces around parameter to define_method_underdave
2004-08-02Bugfix: looping on some toplevel symbols. Added SWIG supportdave
2004-07-12Allow optional : before call-seq:dave
2004-07-12Commit missdave
2004-07-12Support call-seq: for Ruby methodsdave
2004-07-07Update comment to show call-seq exampledave
2004-06-22Fixed parsing of %r{} when generating source popupdave
2004-05-26Allow "do" after "for". Fix up css for standalone code windowdave
2004-05-21Add '()' around parameters that don't have themdave
2004-05-20At Ryan Davis' suggestion, honor visibility modifers if guarded by a statemen...dave
2004-05-07Allow multiple arguments to includedave
2004-05-05Don't include &block if we have yield parametersdave
2004-05-03Fix parsing problem with yield within blockdave
2004-04-18Allow for HAVE_PROTOTYPES macrodave
2004-04-17Change :enddoc: to terminate processing of current filedave
2004-04-10Fix :enddocdave
2004-04-02Fix parse bug with toplevel methods. Allow RDoc in =begin rdoc/=end comments ...dave
2004-03-24Don't be as eager to invent classes to documentdave
2004-03-01Allow aliases to have parenthesesdave
2004-02-29Handle :nodoc: om singleton classesdave
2004-02-23Handle class vars in code listingsdave
2004-02-23Handle aliases in C filesdave
2004-02-23Fix constant value extraction. Escape HTML in constant valuesdave
2004-02-19missdave
2004-02-09* lib/rdoc/parsers/parse_c.rb: escape '{' and '}' to avoid warnings.eban
2004-01-20Document lib/English. Add top-level aliases to rdoc html outputdave
2004-01-12Add explicit line breaks in method signatures for ri. Fixup some comments in ...dave
2004-01-06Check for shebang line in file that would otherwise be treated as plain textdave
2004-01-05Add RDoc to build. Add --ri-system to RDocdave
2004-01-05Fix parsing where braces appear in method parameter listdave
2004-01-02Finish documenting internal stuff. See Changelog for other detailsdave
2003-12-31Fix problem with "// in sss.c" filenames not being relativedave
2003-12-30Add RDoc for kernel functions, and tidy updave
2003-12-29Fix parse problem with complex yieldsdave
2003-12-29Add RDoc for Kernel global functions, tidy array and errordave
2003-12-28RDoc Struct and randomdave
2003-12-28Add RDoc documentation for stuff in object.cdave
2003-12-27Fix quoting of method names in regexpdave