diff options
| author | David Siaw <[email protected]> | 2019-08-26 02:08:33 +0900 |
|---|---|---|
| committer | David Siaw <[email protected]> | 2019-08-26 02:08:33 +0900 |
| commit | 6375639917a913c542967b33be01003a2b67c144 (patch) | |
| tree | 644a637d60bfc1c7cd2fd2bb657a08bf5dc397b5 /tasks | |
| parent | e1e96c0cf480930f33dcb4355f38244319ce0e37 (diff) | |
| download | mruby-6375639917a913c542967b33be01003a2b67c144.tar.gz mruby-6375639917a913c542967b33be01003a2b67c144.zip | |
fix lots of warnings and make logo not so big
Diffstat (limited to 'tasks')
| -rw-r--r-- | tasks/doc.rake | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tasks/doc.rake b/tasks/doc.rake index ab34b33b1..4aec2d0a1 100644 --- a/tasks/doc.rake +++ b/tasks/doc.rake @@ -36,3 +36,13 @@ end desc 'clean all built docs' task :clean_doc => [:clean_api_doc, :clean_capi_doc] do end + +desc 'clean all built docs' +task :view_api => [:api_doc] do + sh 'xdg-open doc/api/index.html' +end + +desc 'clean all built docs' +task :view_capi => [:capi_doc] do + sh 'xdg-open doc/capi/html/index.html' +end |
