From 1efc0942ebc13c9bb7eddeb38be150a1b11ab49b Mon Sep 17 00:00:00 2001 From: realtradam Date: Sat, 5 Feb 2022 00:42:28 -0500 Subject: fixed yard so it shows params --- .yardoc/checksums | 3 ++- .yardoc/object_types | Bin 826 -> 4911 bytes .yardoc/objects/root.dat | Bin 14231 -> 72120 bytes .yardopts | 4 ++-- Gemfile | 4 ++++ Gemfile.lock | 9 +++++++++ 6 files changed, 17 insertions(+), 3 deletions(-) diff --git a/.yardoc/checksums b/.yardoc/checksums index 32e6e7d..c23bbfe 100644 --- a/.yardoc/checksums +++ b/.yardoc/checksums @@ -1,2 +1,3 @@ mrblib/raylib.rb ce42382655c9ad1b0aa789cfb6d45d08be4eaf94 -mrbdoc/core.rb 5369d0cc12c20c57c3a60cccd64d624ee5070f87 +src/core.c 0500b1e45bbbecf8c2fa2828781070044bd676c7 +src/raylib.c eb2e710a0df02ee30563454790c715cede73189a diff --git a/.yardoc/object_types b/.yardoc/object_types index 000a2c5..ff3ed41 100644 Binary files a/.yardoc/object_types and b/.yardoc/object_types differ diff --git a/.yardoc/objects/root.dat b/.yardoc/objects/root.dat index 146720f..5cb5a82 100644 Binary files a/.yardoc/objects/root.dat and b/.yardoc/objects/root.dat differ diff --git a/.yardopts b/.yardopts index 56476f9..680be59 100644 --- a/.yardopts +++ b/.yardopts @@ -7,5 +7,5 @@ mrblib/**/*.rb mrblib/*.rb -mrbdoc/**/*.rb -mrbdoc/*.rb +src/**/*.c +src/*.c diff --git a/Gemfile b/Gemfile index d2403f1..8c5cccc 100644 --- a/Gemfile +++ b/Gemfile @@ -3,3 +3,7 @@ source "https://rubygems.org" # gem "rails" + +gem "yard", "~> 0.9.27", :group => :development + +gem "yard-mruby", "~> 0.3.0", :group => :development, :git => "https://github.com/realtradam/yard-mruby", :branch => "method-fix" diff --git a/Gemfile.lock b/Gemfile.lock index 887180c..ad5f558 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,3 +1,11 @@ +GIT + remote: https://github.com/realtradam/yard-mruby + revision: 94f47886ba4ebde211de66583816cb9b3ff1747b + branch: method-fix + specs: + yard-mruby (0.3.0) + yard (~> 0.9.0) + GEM remote: https://rubygems.org/ specs: @@ -10,6 +18,7 @@ PLATFORMS DEPENDENCIES yard (~> 0.9.27) + yard-mruby (~> 0.3.0)! BUNDLED WITH 2.3.6 -- cgit v1.2.3