We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83f9821 commit c583015Copy full SHA for c583015
bit-docs.js
@@ -2,6 +2,16 @@ var tags = require("./tags/tags");
2
var processJavaScript = require("./process/javascript");
3
var path = require("path");
4
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
+ */
15
module.exports = function(bitDocs){
16
// register your tags
17
bitDocs.register("tags", tags);
0 commit comments