Commit a4e89e7d authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Document --external option patterns.

parent 8ba3fe96
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -444,7 +444,11 @@ module JsDuck
          "when used in type definitions or inherited from.",
          "",
          "Multiple classes can be given in comma-separated list,",
          "or by using the option repeatedly.") do |classes|
          "or by using the option repeatedly.",
          "",
          "The wildcard '*' can be used to match a set of classes",
          "e.g. to ignore all classes of a particular namespace:",
          "--external='Foo.*'") do |classes|
          @external_classes += classes
        end