summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2022-02-04fix rendering method parameters in html outputmethod-fixrealtradam
2017-01-26Bump to v0.3.0v0.3.0Sebastian Gamboa
2017-01-26Prevent yard from slipping to v1.0.0 and breakingSebastian Gamboa
2017-01-26Merge pull request #16 from jmhmccr/yard-0-9-compatibilitySeba Gamboa
Update to Yard >= 0.9.0
2017-01-26Merge branch 'master' into yard-0-9-compatibilitySeba Gamboa
2017-01-23Bump minor versionv0.2.3Seba Gamboa
2017-01-23Merge pull request #15 from jmhmccr/yard-pessimistic-versionSeba Gamboa
Added a version restriction to yard dependency
2017-01-21Doh, forgot to pass the tree arg to super.bluehavana
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.
2017-01-21Added a version restriction to yard dependencybluehavana
There were two errors due to some breaking changes in yard 0.9.0. Added a pessimistic version to the yard dependency in the gemspec.
2016-01-11Bump to v0.2.2v0.2.2Seba Gamboa
2016-01-11Comment out included headersSeba Gamboa
It's a pending part of the template
2016-01-11Merge pull request #12 from strcmp/typofixSeba Gamboa
fix a spelling typo in html/includes.erb
2016-01-11fix a spelling typo in html/includes.erbstrcmp
2016-01-11Bump to v0.2.1v0.2.1Seba Gamboa
2015-10-12Merge pull request #8 from takahashim/typedef_handlerSeba Gamboa
support typedef documentation
2015-10-12Merge pull request #7 from takahashim/fix-yardoc-specSeba Gamboa
fix Failures in travis-ci
2015-10-12support typedef documentationtakahashim
cf. #2 * add TypedefObject * add TypedefHandler for parser * generate Typedef documents in C header files
2015-10-11use match_array to ignore order of @yardoc.filestakahashim
2015-10-09Add ISO and mrbgem tagsSeba Gamboa
2015-10-09prevent double loading of yard/mrubySeba Gamboa
2015-10-09Fix method names regexpSeba Gamboa
2015-10-09Change default parse orderSeba Gamboa
2015-10-08Bump versionv0.2.0Seba Gamboa
2015-09-30Link to generated MRuby core docs as sample.Seba Gamboa
[ci skip]
2015-09-29Support variadic arguments in functionsSeba Gamboa
2015-09-29Use require relative in mrbdoc commandSeba Gamboa
2015-09-29Add function parameters to docsSeba Gamboa
2015-09-29Remove debug putsSeba Gamboa
2015-09-29Fix for const argumentsSeba Gamboa
2015-09-29Fix function signature. #2Seba Gamboa
2015-09-29parse parameter typesSeba Gamboa
2015-09-29Refactor function specSeba 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-25Update README descriptionSeba Gamboa
2015-09-25There is one step fewer on the readmeSeba Gamboa
2015-09-25Change default files. Closes #3Seba Gamboa
2015-09-25Add mrbdoc. Closes #4Seba 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