Skip to content

Commit 7906ee8

Browse files
committed
Add documentation links
Signed-off-by: David Weik <geekupyourlife@gmail.com>
1 parent f3d6c7d commit 7906ee8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

js/utility/validate-ds2-variable-name.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/**
2-
* A function that checks a string for being a valid variable name in DS2 -
2+
* A function that checks a string for being a valid variable name in DS2:
3+
* - https://go.documentation.sas.com/doc/en/pgmsascdc/default/ds2pg/p0jpu8qhzm0om9n1gy85ydkzubpf.htm
4+
* - https://go.documentation.sas.com/doc/en/pgmsascdc/default/ds2pg/p1rnsddd78roken1tlwnfk4poavl.htm
35
* @param {String} name - Potential name of the variable
46
* @returns {Boolean} - True if a valid name, False if an invalid name
57
*/

0 commit comments

Comments
 (0)