1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-07 09:30:06 +00:00

chore: updating documentation in preparation for upcoming sasjs snippets feature

This commit is contained in:
Allan
2023-08-18 08:20:13 +01:00
parent d39b1be7a8
commit d42fd4ebac
124 changed files with 970 additions and 814 deletions

View File

@@ -10,10 +10,12 @@
,stpcode="/file/system/source.sas")
@param [in] stp= the BIP Tree folder path plus Stored Process Name
@param [in] stpcode= the source file (or fileref) containing the SAS code to load
into the stp. For multiple files, they should simply be concatenated first.
@param [in] minify= set to YES in order to strip comments, blank lines, and CRLFs.
@param mDebug= set to 1 to show debug messages in the log
@param [in] stpcode= () The source file (or fileref) containing the SAS
code to load into the stp.
For multiple files, they should simply be concatenated first.
@param [in] minify= (NO) Set to YES in order to strip comments, blank lines,
and CRLFs.
@param [in] mDebug= set to 1 to show debug messages in the log
@version 9.3
@author Allan Bowe