diff options
| author | Loren Segal | 2014-10-19 13:13:02 -0700 |
|---|---|---|
| committer | Mike McQuaid | 2014-10-20 08:24:06 +0100 |
| commit | bb167ef902a431c90404610935c7716e3e0b9a95 (patch) | |
| tree | a828a957efd7e720d1ab7cbe34aeb1c36c6338ed /.yardopts | |
| parent | 32ab3bb32f356b628f55e193c8c2d1f8386ab926 (diff) | |
| download | brew-bb167ef902a431c90404610935c7716e3e0b9a95.tar.bz2 | |
yardopts: specify "extra" files.
The current .yardopts is treating extra .md files as source code rather
than registering them as "extra files". YARD needs a "-" to separate
source from non-source files.
Closes Homebrew/homebrew#33362.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to '.yardopts')
| -rw-r--r-- | .yardopts | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,5 +3,6 @@ --exclude Library/Homebrew/test/vendor/ --exclude Library/Homebrew/vendor/ Library/Homebrew/**/*.rb +- Library/Homebrew/*.md *.md |
