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 f4bcd11 commit 3e93c48Copy full SHA for 3e93c48
docs/Makefile
@@ -1,2 +1,2 @@
1
index.html : ../index.js ../lib/*.js ./jsdoc-template
2
- jsdoc --package ../package.json ../index.js ../lib/*.js -t ./jsdoc-template -d .
+ jsdoc --package ../package.json ../index.js ../lib/*.js ../lib/action/*.js -t ./jsdoc-template -d .
lib/parameter.js
@@ -25,8 +25,8 @@ const IsClose = require('is-close');
25
const rclnodejs = require('bindings')('rclnodejs');
26
27
/**
28
- * @constant {number}
29
* The plus/minus tolerance for determining number equivalence.
+ * @constant {number}
30
*
31
* @see [FloatingPointRange]{@link FloatingPointRange}
32
* @see [IntegerRange]{@link IntegerRange}
0 commit comments