Skip to content

Commit 3e93c48

Browse files
author
Minggang Wang
committed
Add action folder for JSDoc
Fix #654
1 parent f4bcd11 commit 3e93c48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
index.html : ../index.js ../lib/*.js ./jsdoc-template
2-
jsdoc --package ../package.json ../index.js ../lib/*.js -t ./jsdoc-template -d .
2+
jsdoc --package ../package.json ../index.js ../lib/*.js ../lib/action/*.js -t ./jsdoc-template -d .

lib/parameter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ const IsClose = require('is-close');
2525
const rclnodejs = require('bindings')('rclnodejs');
2626

2727
/**
28-
* @constant {number}
2928
* The plus/minus tolerance for determining number equivalence.
29+
* @constant {number}
3030
*
3131
* @see [FloatingPointRange]{@link FloatingPointRange}
3232
* @see [IntegerRange]{@link IntegerRange}

0 commit comments

Comments
 (0)