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 bd7a0d8 commit 0f62431Copy full SHA for 0f62431
src/lib/docpad.coffee
@@ -1737,12 +1737,12 @@ class DocPad extends EventEmitterGrouped
1737
# Initialization Functions
1738
1739
###*
1740
- # Construct DocPad
+ # Constructor method. Creates
1741
+ # the DocPad TaskGroup object.
1742
# next(err)
- # @constructor constructor
1743
+ # @method constructor
1744
# @param {Object} instanceConfig
1745
# @param {Function} next
- # @return {Object} the DocPad instance
1746
###
1747
constructor: (instanceConfig,next) ->
1748
# Prepare
0 commit comments