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
Copy file name to clipboardExpand all lines: Jake/articles/about-plugins
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -372,6 +372,8 @@ exports.handlers = {
372
372
<ul>
373
373
<li>sourcefiles: An array of paths to source files that were parsed.
374
374
</li>
375
+
<li>doclets: An array of doclet objects. See the <a href="#event-newDoclet">newDoclet event</a> for details about the properties that each doclet can contain. <strong>Note</strong>: This property is available in JSDoc 3.2.1 and later.
<li>sourcefiles: An array of paths to source files that were parsed.
567
567
</li>
568
+
<li>doclets: An array of doclet objects. See the <ahref="#event-newDoclet">newDoclet event</a> for details about the properties that each doclet can contain. <strong>Note</strong>: This property is available in JSDoc 3.2.1 and later.
0 commit comments