diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2018-12-27 23:58:30 -0700 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2018-12-28 00:19:22 -0700 |
| commit | 34df190d76dcf9f933453ae6827a0673028223a1 (patch) | |
| tree | 241dcf771530f81b4168f07db30ea5ff57759f7c /.yardopts | |
| parent | c842e8b1a1bd24f1568ba90dfe08206ff6bde6d8 (diff) | |
set up yarn to generate API docs
Diffstat (limited to '.yardopts')
| -rw-r--r-- | .yardopts | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.yardopts b/.yardopts new file mode 100644 index 00000000..395bb51d --- /dev/null +++ b/.yardopts @@ -0,0 +1,12 @@ +--charset UTF-8 +--readme README.adoc +--no-private +--hide-api private +--title "Asciidoctor PDF API Docs" +--output-dir apidoc +--exclude /(?:asciidoctor_ext|core_ext)(?:\.rb$|/) +lib/**/*.rb +- +CHANGELOG.adoc +LICENSE.adoc +NOTICE.adoc |
