@@ -31,12 +31,11 @@ var tnd = require("bit-docs-type-annotate").typeNameDescription;
31
31
}
32
32
} ;
33
33
/**
34
- * @constructor documentjs.tags.param @param
35
- * @tag documentation
36
- * @parent documentjs.tags
34
+ * @module {Object} bit-docs-js/tags/param @param
35
+ * @parent bit-docs-js/tags
37
36
*
38
- * Adds parameter information to a [documentjs /tags/function @function] or
39
- * [documentjs /tags/signature @signature].
37
+ * Adds parameter information to a [bit-docs-js /tags/function @function] or
38
+ * [bit-docs-js /tags/signature @signature].
40
39
*
41
40
* @signature `@param {TYPE} NAME [DESCRIPTION]`
42
41
* Example:
@@ -50,15 +49,15 @@ var tnd = require("bit-docs-type-annotate").typeNameDescription;
50
49
* findById: function( id, success ) {
51
50
* @codeend
52
51
*
53
- * Use `@param` within a [documentjs. tags. function @function] comment block or after
54
- * a [documentjs. tags. signature @signature] tag.
52
+ * Use `@param` within a [bit-docs-js/ tags/ function @function] comment block or after
53
+ * a [bit-docs-js/ tags/ signature @signature] tag.
55
54
*
56
- * @param {documentjs. typeExpression } TYPE A [documentjs. typeExpression type expression].
55
+ * @param {bit-docs-js/ typeExpression } TYPE A [bit-docs-js/ typeExpression type expression].
57
56
*
58
- * Use [documentjs. tags. option @option] to detail a function's arguments or an
57
+ * Use [bit-docs-js/ tags/ option @option] to detail a function's arguments or an
59
58
* object's properties.
60
59
*
61
- * @param {documentjs. nameExpression } NAME A [documentjs. nameExpression name expression].
60
+ * @param {bit-docs-js/ nameExpression } NAME A [bit-docs-js/ nameExpression name expression].
62
61
*
63
62
* @body
64
63
*
@@ -75,8 +74,8 @@ var tnd = require("bit-docs-type-annotate").typeNameDescription;
75
74
* findById: function( id, success ) {
76
75
* @codeend
77
76
*
78
- * ... DocumentJS will automatically
79
- * make the comment's [documentjs /DocObject DocObject] type a function
77
+ * ... bit-docs will automatically
78
+ * make the comment's [bit-docs-js /DocObject DocObject] type a function
80
79
* and create params with just names (in this case `id` and `success`).
81
80
*
82
81
* The comment's `@param`s tags should use the same names as the function. Any
0 commit comments