@@ -9,28 +9,28 @@ var buildTemplates = require("./templates"),
99
1010
1111/**
12- * @function documentjs.generators. html. build. renderer
13- * @parent documentjs.generators. html.build.methods
14- *
12+ * @module { function} bit-docs-generate- html/ build/ renderer
13+ * @parent bit-docs-generate- html/modules
14+ *
1515 * Creates a renderer function used to generate
1616 * the documentation.
17- *
17+ *
1818 * @signature `.build.renderer(buildTemplatesPromise, options)`
19- *
20- * Registers all `.mustache` files in the _documentjs/site/templates_ folder as
19+ *
20+ * Registers all `.mustache` files in the _documentjs/site/templates_ folder as
2121 * partials and creates a [documentjs.generators.html.types.renderer renderer] function that
22- * renders the `content.mustache` template within the `layout.mustache` template.
23- *
24- * @param {Promise<Handlebars> } buildTemplatesPromise The result of calling
22+ * renders the `content.mustache` template within the `layout.mustache` template.
23+ *
24+ * @param {Promise<Handlebars> } buildTemplatesPromise The result of calling
2525 * [documentjs.generators.html.build.templates]. Building the renderer
26- * must happen after the templates have been copied over. Passing this
26+ * must happen after the templates have been copied over. Passing this
2727 * argument enforces that.
28- *
28+ *
2929 * @param {{} } options
30- *
30+ *
3131 * Options used to configure the behavior of the renderer.
32- *
33- *
32+ *
33+ *
3434 * @return {Promise<documentjs.generators.html.types.renderer> } A promise that
3535 * resolves with the renderer function.
3636 */
@@ -49,4 +49,3 @@ module.exports = function(buildTemplatesPromise, options){
4949 } ) ;
5050 } ) ;
5151} ;
52-
0 commit comments