Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 844f4b7 commit d53a9deCopy full SHA for d53a9de
CHANGELOG.md
@@ -75,6 +75,13 @@ about escaping and properly formatting certain elements.
75
documentation.js returns to 100% test coverage, so every single line
76
of code is covered by our large library of text fixtures and specific tests.
77
78
+**--lint mode**
79
+
80
+Specifying the `--lint` flag makes documentation.js check for non-standard
81
+types, like `String`, or missing namespaces. If the encountered files have
82
+any problems, it pretty-prints helpful debug messages and exits with status 1,
83
+and otherwise exits with no output and status 0.
84
85
## 2.0.1
86
87
* Fixes `@param` tags that refer to properties of unmentioned objects: these
0 commit comments