Skip to content

Commit

Permalink
Improve hosted docs for runnable
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-wiemer committed Jan 3, 2025
1 parent 75dcf8c commit 08b5ae1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/runnable.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@ var MAX_TIMEOUT = Math.pow(2, 31) - 1;

module.exports = Runnable;

// Add "Additional properties" doc comment for hosted docs :)
/**
* Initialize a new `Runnable` with the given `title` and callback `fn`.
* Additional properties, like `getFullTitle()` and `slow()`, can be viewed in the runnable source.
*
* @class
* @extends external:EventEmitter
Expand Down

0 comments on commit 08b5ae1

Please # to comment.