Skip to content

Commit 2445c0b

Browse files
committed
prelim docs
1 parent a10213a commit 2445c0b

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,5 +1,15 @@
11
var tags = require("./tags");
22

3+
/**
4+
* @module {function} bit-docs-html-highlight-line
5+
* @parent plugins
6+
*
7+
* @description Adds a `@highlight` tag. Needs to be used after `bit-docs-prettify`.
8+
*
9+
* @body
10+
*
11+
* TBD
12+
*/
313
module.exports = function(bitDocs){
414
var pkg = require("./package.json");
515
var deps = {};

0 commit comments

Comments
 (0)