lib/jsduck/options.rb in jsduck-5.3.0 vs lib/jsduck/options.rb in jsduck-5.3.1
- old
+ new
@@ -100,11 +100,11 @@
# Special anything-goes type
"Mixed",
]
@ext4_events = nil
- @version = "5.3.0"
+ @version = "5.3.1"
# Customizing output
@title = "Documentation - JSDuck"
@header = "<strong>Documentation</strong> JSDuck"
@footer = format_footer("Generated on {DATE} by {JSDUCK} {VERSION}.")
@head_html = ""
@@ -724,10 +724,10 @@
"wiped clean during the docs generation. If you specify",
"cache dir like <output-dir>/.mycache, then this will also",
"be cleaned up during docs generation, and the caching",
"won't work.",
"",
- "This option only has an effect when --cache is also used.",) do |path|
+ "This option only has an effect when --cache is also used.") do |path|
@cache_dir = path
end
opts.separator ""
opts.separator "Debugging:"