From e2ed15141c271aab6f303b1954d9e2b2c098372a Mon Sep 17 00:00:00 2001 From: Jeff Williams Date: Mon, 24 Sep 2012 06:53:33 -0700 Subject: [PATCH] clarify comment --- jsdoc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsdoc.js b/jsdoc.js index de4fd0c2..ffaa26a6 100644 --- a/jsdoc.js +++ b/jsdoc.js @@ -221,7 +221,7 @@ function main() { /** Retrieve the fully resolved path to the requested template. - @param {string} template - The path to the requested template. May be a fully resolved path; + @param {string} template - The path to the requested template. May be an absolute path; a path relative to the current working directory; or a path relative to the JSDoc directory. @return {string} The fully resolved path to the requested template. */