Commit 39057e05 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Document how the warning :PATH patterns get matched.

parent 3916999b
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -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",
          "",