lib/jsduck/options.rb in jsduck-5.3.1 vs lib/jsduck/options.rb in jsduck-5.3.2

- old
+ new

@@ -100,11 +100,11 @@ # Special anything-goes type "Mixed", ] @ext4_events = nil - @version = "5.3.1" + @version = "5.3.2" # Customizing output @title = "Documentation - JSDuck" @header = "<strong>Documentation</strong> JSDuck" @footer = format_footer("Generated on {DATE} by {JSDUCK} {VERSION}.") @head_html = "" @@ -754,13 +754,9 @@ " -all:extjs/src/chart", "", "Note, that the order of the rules matters. When you first", "say +link and then -all, the result will be that all warnings", "get disabled.", - "", - "Currently one can't mix disabling and enabling file patterns.", - "For example --warnings=-link,+link:/src,-link:/src/ux will", - "ignore the last rule about /src/ux.", "", "List of all available warning types:", "(Those with '+' in front of them default to on)", "", *Logger.doc_warnings) do |warnings|