Skip to content

Commit c583015

Browse files
committed
prelim docs
1 parent 83f9821 commit c583015

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

bit-docs.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@ var tags = require("./tags/tags");
22
var processJavaScript = require("./process/javascript");
33
var path = require("path");
44

5+
/**
6+
* @module {function} bit-docs-js
7+
* @parent plugins
8+
*
9+
* @description A collection of tags, templates, and basic styles for JavaScript applications.
10+
*
11+
* @body
12+
*
13+
* TBD
14+
*/
515
module.exports = function(bitDocs){
616
// register your tags
717
bitDocs.register("tags", tags);

0 commit comments

Comments
 (0)