mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
@@ -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
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user