Skip to content

Commit 0f62431

Browse files
committed
Had two constructors for DocPad. YUIdoc spitting out an error.
1 parent bd7a0d8 commit 0f62431

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/lib/docpad.coffee

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1737,12 +1737,12 @@ class DocPad extends EventEmitterGrouped
17371737
# Initialization Functions
17381738

17391739
###*
1740-
# Construct DocPad
1740+
# Constructor method. Creates
1741+
# the DocPad TaskGroup object.
17411742
# next(err)
1742-
# @constructor constructor
1743+
# @method constructor
17431744
# @param {Object} instanceConfig
17441745
# @param {Function} next
1745-
# @return {Object} the DocPad instance
17461746
###
17471747
constructor: (instanceConfig,next) ->
17481748
# Prepare

0 commit comments

Comments
 (0)