We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecb99b4 commit 1481d27Copy full SHA for 1481d27
README.md
@@ -70,7 +70,7 @@ $ doxdox 'src/**/*.js' --layout templates/README.hbs --output README.md
70
71
#### Ignore
72
73
-The ignore flag allows you to ignore both directories (with glob syntax) and files.
+The ignore flag allows you to ignore both directories (with glob syntax) and files. Comma separated value.
74
75
```bash
76
$ doxdox './**/*.js' --ignore './coverage/**/*.js'
0 commit comments