lib/jsduck/options.rb in jsduck-4.0.0 vs lib/jsduck/options.rb in jsduck-4.0.1
- old
+ new
@@ -77,11 +77,11 @@
"Mixed",
]
@ext4_events = nil
@meta_tag_paths = []
- @version = "4.0.0"
+ @version = "4.0.1"
# Customizing output
@title = "Documentation - JSDuck"
@header = "<strong>Documentation</strong> JSDuck"
@footer = "Generated with <a href='https://github.com/senchalabs/jsduck'>JSDuck</a> #{@version}."
@@ -136,9 +136,10 @@
end
validate
reg = MetaTagRegistry.new
reg.load([:builtins] + @meta_tag_paths)
+ reg[:new].create_tooltip!(@imports, @new_since)
MetaTagRegistry.instance = reg
end
def create_option_parser
optparser = JsDuck::OptionParser.new do | opts |