You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li>JSDoc allows you to use unrecognized tags (<code>tags.allowUnknownTags</code>);</li>
73
73
<li>Both standard JSDoc tags and <ahref="https://developers.google.com/closure/compiler/docs/js-for-compiler#tags">Closure Compiler tags</a> are enabled (
74
74
<code>tags.dictionaries</code>);</li>
75
-
<li>Only files ending in ".js"and ".jsdoc" will be processed (<code>source.includePattern</code>);</li>
75
+
<li>Only files ending in ".js", ".jsdoc", and ".jsx" will be processed (<code>source.includePattern</code>);</li>
76
76
<li>Any file starting with an underscore or in a directory starting with an underscore will be
<p>These options and others will be further explained on this page.</p>
82
82
<p>Further settings may be added to the file as requested by various plugins or templates (for example, the <ahref="plugins-markdown.html">Markdown plugin</a> can be configured by including a "markdown" key).</p>
<p>The "source" set of options, in combination with paths given to JSDoc on the command-line, determine what files JSDoc generates documentation for.
85
-
(Remove the comments before adding this example to your own .json file.)</p>
84
+
<p>The "source" set of options, in combination with paths given to JSDoc on the command-line, determine what files JSDoc generates documentation for.</p>
0 commit comments