summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2022-02-05 00:42:28 -0500
committerrealtradam <[email protected]>2022-02-05 00:42:28 -0500
commit1efc0942ebc13c9bb7eddeb38be150a1b11ab49b (patch)
treec49b4ccc0d7280e07d89f04fbfd44ee76f133acf
parent0c4da40c3e9589255d07cf4d4dc370575b202afa (diff)
downloadmruby-raylib-1efc0942ebc13c9bb7eddeb38be150a1b11ab49b.tar.gz
mruby-raylib-1efc0942ebc13c9bb7eddeb38be150a1b11ab49b.zip
fixed yard so it shows params
-rw-r--r--.yardoc/checksums3
-rw-r--r--.yardoc/object_typesbin826 -> 4911 bytes
-rw-r--r--.yardoc/objects/root.datbin14231 -> 72120 bytes
-rw-r--r--.yardopts4
-rw-r--r--Gemfile4
-rw-r--r--Gemfile.lock9
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
--- a/.yardoc/object_types
+++ b/.yardoc/object_types
Binary files differ
diff --git a/.yardoc/objects/root.dat b/.yardoc/objects/root.dat
index 146720f..5cb5a82 100644
--- a/.yardoc/objects/root.dat
+++ b/.yardoc/objects/root.dat
Binary files 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