1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-03 15:40:05 +00:00

chore: missing doc updates

This commit is contained in:
Allan
2023-08-18 08:34:53 +01:00
parent 1c4c9793f6
commit 9f16d090f5
16 changed files with 102 additions and 90 deletions

View File

@@ -21,21 +21,24 @@
@li mp_abort.sas
@li mf_verifymacvars.sas
@param tree= The metadata folder uri, or the metadata path, in which to
@param [in] tree= The metadata folder uri, or the metadata path, in which to
create the object. This must exist.
@param name= Application object name. Avoid spaces.
@param ClassIdentifier= the class of applications to which this app belongs
@param params= name=value pairs which will become public properties of the
@param [in] name= Application object name. Avoid spaces.
@param [in] ClassIdentifier=
The class of applications to which this app belongs
@param [in] params=
name=value pairs which will become public properties of the
application object. These are delimited using 
 (newline character)
@param desc= Application description (optional). Avoid ampersands as these
@param [in] desc= Application description (optional).
Avoid ampersands as these
are illegal characters (unless they are escapted- eg &)
@param version= version number of application
@param frefin= fileref to use (enables change if there is a conflict). The
filerefs are left open, to enable inspection after running the
@param [in] version= version number of application
@param [in] frefin= fileref to use (enables change if there is a conflict).
The filerefs are left open, to enable inspection after running the
macro (or importing into an xmlmap if needed).
@param frefout= fileref to use (enables change if there is a conflict)
@param mDebug= set to 1 to show debug messages in the log
@param [out] frefout= fileref to use (enables change if there is a conflict)
@param [in] mDebug= set to 1 to show debug messages in the log
@author Allan Bowe

View File

@@ -6,7 +6,8 @@
%mm_getservercontexts(outds=mm_getservercontexts)
@param outds= the dataset to create that contains the list
@param [out] outds= (work.mm_getrepos)
the dataset to create that contains the list
@warning The following filenames are created and then de-assigned:

View File

@@ -16,8 +16,8 @@
- uri
- name
@param user= (0) Set to a metadata user to filter on that user
@param outds= (work.mm_getusers) The output table to create
@param [in] user= (0) Set to a metadata user to filter on that user
@param [out] outds= (work.mm_getusers) The output table to create
@version 9.3
@author Allan Bowe