Skip to content

Commit 33c0b66

Browse files
committed
document doclets property of parseComplete events (#42)
also updated version number for `processingComplete` events
1 parent 272632b commit 33c0b66

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Jake/articles/about-plugins

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,8 @@ exports.handlers = {
372372
<ul>
373373
<li>sourcefiles: An array of paths to source files that were parsed.
374374
</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.
376+
</li>
375377
</ul>
376378

377379
<h4 name="event-processingComplete" id="event-processingComplete">
@@ -383,7 +385,7 @@ exports.handlers = {
383385
</p>
384386

385387
<p>
386-
<strong>Note</strong>: This event is fired in JSDoc 3.3 and later.
388+
<strong>Note</strong>: This event is fired in JSDoc 3.2.1 and later.
387389
</p>
388390

389391
<p>

about-plugins.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,6 +565,8 @@ <h4 name="event-parseComplete" id="event-parseComplete">
565565
<ul>
566566
<li>sourcefiles: An array of paths to source files that were parsed.
567567
</li>
568+
<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.
569+
</li>
568570
</ul>
569571

570572
<h4 name="event-processingComplete" id="event-processingComplete">
@@ -576,7 +578,7 @@ <h4 name="event-processingComplete" id="event-processingComplete">
576578
</p>
577579

578580
<p>
579-
<strong>Note</strong>: This event is fired in JSDoc 3.3 and later.
581+
<strong>Note</strong>: This event is fired in JSDoc 3.2.1 and later.
580582
</p>
581583

582584
<p>

0 commit comments

Comments
 (0)