@@ -8,28 +8,27 @@ var buildHash = require("./build_hash");
8
8
9
9
/**
10
10
* @parent bit-docs-generate-html/modules
11
- * @module {function} bit-docs-generate-html/build/renderer renderer
11
+ * @module {function} bit-docs-generate-html/build/renderer
12
12
*
13
- * Creates a renderer function used to generate
14
- * the documentation.
13
+ * Creates a renderer function used to generate the documentation.
15
14
*
16
- * @signature `. build.renderer(buildTemplatesPromise, options)`
15
+ * @signature `build.renderer(buildTemplatesPromise, options)`
17
16
*
18
- * Registers all `.mustache` files in the _documentjs/site/templates_ folder as
19
- * partials and creates a [documentjs.generators.html.types.renderer renderer] function that
20
- * renders the `content.mustache` template within the `layout.mustache` template.
17
+ * Registers all `.mustache` files in the
18
+ * [bit-docs-generate-html/site/templates/buildHash] folder as partials and
19
+ * creates a [bit-docs-generate-html/types/renderer] function that renders the
20
+ * `content.mustache` template within the `layout.mustache` template.
21
21
*
22
22
* @param {Promise<Handlebars> } buildTemplatesPromise The result of calling
23
- * [documentjs.generators. html. build. templates]. Building the renderer
24
- * must happen after the templates have been copied over. Passing this
25
- * argument enforces that.
23
+ * [bit-docs-generate- html/ build/ templates]. Building the renderer must happen
24
+ * after the templates have been copied over. Passing this argument enforces
25
+ * that.
26
26
*
27
27
* @param {{} } options
28
28
*
29
29
* Options used to configure the behavior of the renderer.
30
30
*
31
- *
32
- * @return {Promise<documentjs.generators.html.types.renderer> } A promise that
31
+ * @return {Promise<bit-docs-generate-html/types/renderer> } A promise that
33
32
* resolves with the renderer function.
34
33
*/
35
34
module . exports = function ( buildTemplatesPromise , options ) {
0 commit comments