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 16da8bb commit 0c3f178Copy full SHA for 0c3f178
docs/FAQ.md
@@ -73,6 +73,10 @@ You can customize this behavior by specifying the `--shallow` command-line
73
option. With `--shallow` specified, dependendencies aren't followed: documentation.js
74
documents only the files you explicitly name.
75
76
+If you're using ES modules, you enable the option `--document-exported` to automatically
77
+document all exported bindings in your project, even if they don't have JSDoc comments.
78
+This also ignores non-exported items, even if they are commented.
79
+
80
## Will adding JSDoc comments slow down my code?
81
82
The short answer is "no".
0 commit comments