Skip to content

Commit 114e4c9

Browse files
committed
prelim docs
1 parent ea0dd17 commit 114e4c9

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
@@ -1,3 +1,13 @@
1+
/**
2+
* @module {function} bit-docs-prettify
3+
* @parent plugins
4+
*
5+
* @description A bit-docs plugin that makes source-code snippets in HTML prettier.
6+
*
7+
* @body
8+
*
9+
* TBD
10+
*/
111
module.exports = function(bitDocs){
212
var pkg = require("./package.json");
313
var dependencies = {};

0 commit comments

Comments
 (0)