summaryrefslogtreecommitdiffhomepage
path: root/.yardopts
diff options
context:
space:
mode:
authorarngo <[email protected]>2022-02-02 22:17:11 -0500
committerarngo <[email protected]>2022-02-02 22:17:11 -0500
commit4e9a5b19c603184c3340fd96d72edf44b3334bbb (patch)
tree51689392b886e1af92e91206edc3fd3b486d4605 /.yardopts
parent08da136b82adfd4f74973c03da5e4584ac50c03d (diff)
downloadmruby-raylib-4e9a5b19c603184c3340fd96d72edf44b3334bbb.tar.gz
mruby-raylib-4e9a5b19c603184c3340fd96d72edf44b3334bbb.zip
get yarddoc working for mruby c functions
Diffstat (limited to '.yardopts')
-rw-r--r--.yardopts10
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