summaryrefslogtreecommitdiffhomepage
path: root/lib/yard
AgeCommit message (Collapse)Author
2022-02-05Update version.rbHEADmaster_Tradam
2017-01-26Bump to v0.3.0v0.3.0Sebastian Gamboa
2017-01-26Merge branch 'master' into yard-0-9-compatibilitySeba Gamboa
2017-01-23Bump minor versionv0.2.3Seba Gamboa
2017-01-21Update to Yard >= 0.9.0bluehavana
* Return a string from CodeObjects::HeaderObject#path A change in YARD::Serializers::FileSystemSerializer stopped calling `#to_s` on the the CodeObject passed, causing a NoMethodError for "+" missing Symbol (#path was just an alias to #name). Added minimal specs to cover only this case. * Fixed some handler specs dealing with namespaces. A bug in the Yard c handler allowed namespacing to be determined without a proper parent RClass. See lsegal/yard#912 * There were some breaking changes to templates.
2016-01-11Bump to v0.2.2v0.2.2Seba Gamboa
2016-01-11Bump to v0.2.1v0.2.1Seba Gamboa
2015-10-12support typedef documentationtakahashim
cf. #2 * add TypedefObject * add TypedefHandler for parser * generate Typedef documents in C header files
2015-10-09Add ISO and mrbgem tagsSeba Gamboa
2015-10-09Fix method names regexpSeba Gamboa
2015-10-09Change default parse orderSeba Gamboa
2015-10-08Bump versionv0.2.0Seba Gamboa
2015-09-29Support variadic arguments in functionsSeba Gamboa
2015-09-29Add function parameters to docsSeba Gamboa
2015-09-29Fix for const argumentsSeba Gamboa
2015-09-29Fix function signature. #2Seba Gamboa
2015-09-29parse parameter typesSeba Gamboa
2015-09-29Refactor return typesSeba Gamboa
2015-09-29Handle return typesSeba Gamboa
2015-09-28Remove debug codeSeba Gamboa
2015-09-28Defines template baseSeba Gamboa
2015-09-28Handle #define directivesSeba Gamboa
2015-09-28Add header_decl_handler_specSeba Gamboa
2015-09-28Handle header docs from MRB_BEGIN_DECL. #2Seba Gamboa
2015-09-28Function path should return a StringSeba Gamboa
2015-09-25Change default files. Closes #3Seba Gamboa
2015-09-25Handle Exception and StandardError classesSeba Gamboa
2015-09-25Fix init for mruby coreSeba Gamboa
2015-09-25Sorting tons of stuff aroundSeba Gamboa
2015-09-25Fixes from MRuby Core testingSeba Gamboa
2015-09-25Listing functionsSeba Gamboa
2015-09-25Headers and functions listSeba Gamboa
2015-09-24Renamed include to headersSeba Gamboa
2015-09-24Generating C API HTML LayoutSeba Gamboa
2015-09-24Registering function objectsSeba Gamboa
2015-09-24Cleanup lib/yard/handlersSeba Gamboa
2015-09-24Move MRuby c Handlers into YARD::MRuby and disable defaultsSeba Gamboa
2015-09-24Working on headers #2Seba Gamboa
2015-09-23Handle module commentsv0.1.0Seba Gamboa
2015-09-23mrb_state variable name independenceSeba Gamboa
2015-09-23Handlinc class commentsSeba Gamboa
2015-09-23Register default typesSeba Gamboa
2015-09-23Handling method definitionsSeba Gamboa
2015-09-23Making specs worksSeba Gamboa
2015-09-23Detecting classes and methods from C sourcesSeba Gamboa
2015-09-22bundle gem yard-mrubySeba Gamboa