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>
This commit is contained in:
Loren Segal 2014-10-19 13:13:02 -07:00 committed by Mike McQuaid
parent 32ab3bb32f
commit bb167ef902

View File

@ -3,5 +3,6 @@
--exclude Library/Homebrew/test/vendor/
--exclude Library/Homebrew/vendor/
Library/Homebrew/**/*.rb
-
Library/Homebrew/*.md
*.md