diff options
| author | arngo <[email protected]> | 2022-02-02 22:17:11 -0500 |
|---|---|---|
| committer | arngo <[email protected]> | 2022-02-02 22:17:11 -0500 |
| commit | 4e9a5b19c603184c3340fd96d72edf44b3334bbb (patch) | |
| tree | 51689392b886e1af92e91206edc3fd3b486d4605 /.yardopts | |
| parent | 08da136b82adfd4f74973c03da5e4584ac50c03d (diff) | |
| download | mruby-raylib-4e9a5b19c603184c3340fd96d72edf44b3334bbb.tar.gz mruby-raylib-4e9a5b19c603184c3340fd96d72edf44b3334bbb.zip | |
get yarddoc working for mruby c functions
Diffstat (limited to '.yardopts')
| -rw-r--r-- | .yardopts | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.yardopts b/.yardopts new file mode 100644 index 0000000..408a7e6 --- /dev/null +++ b/.yardopts @@ -0,0 +1,10 @@ +--markup markdown +--plugin mruby +--output-dir ./docs + +src/**/*.c +mrblib/**/*.rb +include/**/*.h + +src/*.c +./mrblib/*.rb |
