summaryrefslogtreecommitdiffhomepage
path: root/lib/yard/mruby/code_objects
AgeCommit message (Collapse)Author
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.
2015-10-12support typedef documentationtakahashim
cf. #2 * add TypedefObject * add TypedefHandler for parser * generate Typedef documents in C header files
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-29parse parameter typesSeba Gamboa
2015-09-29Refactor return typesSeba Gamboa
2015-09-28Remove debug codeSeba Gamboa
2015-09-28Defines template baseSeba Gamboa
2015-09-28Handle #define directivesSeba Gamboa
2015-09-28Function path should return a StringSeba 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-23Detecting classes and methods from C sourcesSeba Gamboa