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 ffada3c commit 04a3b42Copy full SHA for 04a3b42
bit-docs.js
@@ -1,5 +1,17 @@
1
var pkg = require("./package");
2
3
+/**
4
+ * @module {function} bit-docs-tag-package
5
+ * @parent plugins
6
+ *
7
+ * @description Adds a `@package` tag for use in `bit-docs`.
8
9
+ * @body
10
11
+ * `@package` will add the package's `package.json` info to the `docObject`.
12
13
+ * Use: `@pacakge ../../package.json`
14
+ */
15
module.exports = function(bitDocs) {
16
bitDocs.register("tags",{
17
package: pkg
0 commit comments