diff options
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | .yardopts | 4 | ||||
| -rw-r--r-- | doc/guides/compile.md (renamed from guides/compile.md) | 0 | ||||
| -rw-r--r--[-rwxr-xr-x] | doc/guides/debugger.md (renamed from guides/debugger.md) | 0 | ||||
| -rw-r--r-- | doc/guides/gc-arena-howto.md (renamed from doc/api/gc-arena-howto.md) | 0 | ||||
| -rw-r--r-- | doc/guides/mrbconf.md (renamed from guides/mrbconf.md) | 0 | ||||
| -rw-r--r-- | doc/guides/mrbgems.md (renamed from guides/mrbgems.md) | 0 |
7 files changed, 4 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index ba4da68f4..800680821 100644 --- a/.gitignore +++ b/.gitignore @@ -21,5 +21,5 @@ cscope.out /bin /build /mruby-source-*.gem -doc +doc/api .yardoc @@ -1,6 +1,8 @@ +--plugin mruby --plugin coderay +--output-dir doc/api - AUTHORS MITL CONTRIBUTING.md -guides/*.md +doc/guides/*.md diff --git a/guides/compile.md b/doc/guides/compile.md index 8e91e7546..8e91e7546 100644 --- a/guides/compile.md +++ b/doc/guides/compile.md diff --git a/guides/debugger.md b/doc/guides/debugger.md index a13e91cec..a13e91cec 100755..100644 --- a/guides/debugger.md +++ b/doc/guides/debugger.md diff --git a/doc/api/gc-arena-howto.md b/doc/guides/gc-arena-howto.md index f2a0448bd..f2a0448bd 100644 --- a/doc/api/gc-arena-howto.md +++ b/doc/guides/gc-arena-howto.md diff --git a/guides/mrbconf.md b/doc/guides/mrbconf.md index dfff41898..dfff41898 100644 --- a/guides/mrbconf.md +++ b/doc/guides/mrbconf.md diff --git a/guides/mrbgems.md b/doc/guides/mrbgems.md index f75231f71..f75231f71 100644 --- a/guides/mrbgems.md +++ b/doc/guides/mrbgems.md |
