Merge pull request #5965 from jbampton/fix-word-case-yard

Fix word case: `yard` -> `YARD`
This commit is contained in:
Yukihiro "Matz" Matsumoto
2023-04-04 23:12:48 +09:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ See the [compile.md](doc/guides/compile.md) file for the detail.
## Building documentation
There are two sets of documentation in mruby: the mruby API (generated by yard) and C API (Doxygen and Graphviz)
There are two sets of documentation in mruby: the mruby API (generated by YARD) and C API (Doxygen and Graphviz)
To build both of them, simply go
+1 -1
View File
@@ -9,7 +9,7 @@ namespace :doc do
begin
sh "mrbdoc"
rescue
puts "ERROR: To generate yard documentation, you should install yard-mruby gem."
puts "ERROR: To generate YARD documentation, you should install yard-mruby gem."
puts " $ gem install yard-mruby yard-coderay"
puts "https://yardoc.org/"
puts "https://rubygems.org/gems/yard-mruby"