Skip to content

Commit 1be7eef

Browse files
committed
prelim docs
1 parent aefd15c commit 1be7eef

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

bit-docs.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
var path = require("path");
22

3+
/**
4+
* @module {function} bit-docs-docjs-theme
5+
* @group bit-docs-docjs-theme/modules modules
6+
* @parent plugins
7+
*
8+
* @description The old DocumentJS theme.
9+
*
10+
* @body
11+
*
12+
* TBD
13+
*/
314
module.exports = function(bitDocs){
415
var pkg = require("./package.json");
516
var dependencies = {};

0 commit comments

Comments
 (0)