Loading lib/jsduck/options.rb +5 −2 Original line number Diff line number Diff line Loading @@ -750,8 +750,11 @@ module JsDuck " -all - to turn off all warnings.", "", "Additionally a pattern can be specified to only apply the", "setting for a particular set of files. For example to turn", "off all warnings related to chart classes:", "setting for a particular set of files. (The pattern is just", "a string against which the the full path of each filename", "gets matched - attempting to use a pattern like '../foo' will", "fail.) For example to turn off all warnings related to chart", "classes:", "", " -all:extjs/src/chart", "", Loading Loading
lib/jsduck/options.rb +5 −2 Original line number Diff line number Diff line Loading @@ -750,8 +750,11 @@ module JsDuck " -all - to turn off all warnings.", "", "Additionally a pattern can be specified to only apply the", "setting for a particular set of files. For example to turn", "off all warnings related to chart classes:", "setting for a particular set of files. (The pattern is just", "a string against which the the full path of each filename", "gets matched - attempting to use a pattern like '../foo' will", "fail.) For example to turn off all warnings related to chart", "classes:", "", " -all:extjs/src/chart", "", Loading