1
0
mirror of https://github.com/sasjs/core.git synced 2025-12-10 22:14:35 +00:00

chore: missed some doxygen in/out tags

This commit is contained in:
Allan
2023-08-18 08:25:19 +01:00
parent d42fd4ebac
commit 1c4c9793f6
3 changed files with 22 additions and 18 deletions

20
all.sas
View File

@@ -4478,11 +4478,12 @@ run;
%mp_csv2ds(inref=mycsv,outds=myds,baseds=sashelp.class)
@param inref= (0) Fileref to the CSV
@param outds= (0) Output ds (lib.ds format)
@param view= (NO) Set to YES or NO to determine whether the output should be
a view or not. Default is NO (not a view).
@param baseds= (0) Template dataset on which to create the input statement.
@param [in] inref= (0) Fileref to the CSV
@param [out] outds= (0) Output ds (lib.ds format)
@param [in] view= (NO) Set to YES or NO to determine whether the output
should be a view or not. Default is NO (not a view).
@param [in] baseds= (0)
Template dataset on which to create the input statement.
Is used to determine types, lengths, and any informats.
@version 9.2
@@ -4615,10 +4616,11 @@ run;
%mp_getconstraints(lib=work,ds=example,outds=work.constraints)
%mp_deleteconstraints(inds=work.constraints,outds=dropped,execute=YES)
@param inds= (mp_getconstraints) The input table containing constraint info
@param outds= (mp_deleteconstraints) Table containing the drop statements
(drop_statement column)
@param execute= (NO) `YES|NO` - default is NO. To actually drop, use YES.
@param [in] inds= (mp_getconstraints)
The input table containing constraint info
@param [out] outds= (mp_deleteconstraints)
Table containing the drop statements (drop_statement column)
@param [in] execute= (NO) `YES|NO` - default is NO. To actually drop, use YES.
@version 9.2