Method: YARD::CLI::Yardoc#use_cache
- Defined in:
- lib/yard/cli/yardoc.rb
#use_cache ⇒ Boolean
Returns whether to use the existing yardoc db if the .yardoc already exists. Also makes use of file checksums to parse only changed files.
160 161 162 |
# File 'lib/yard/cli/yardoc.rb', line 160 def use_cache @use_cache end |