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

Compare commits

...

2 Commits

Author SHA1 Message Date
munja
c47480f60c fix: space in dependencies 2022-05-20 12:55:39 +01:00
munja
295211bb72 fix: doc config and test-folders 2022-05-20 11:30:38 +01:00
12 changed files with 35 additions and 12 deletions

View File

@@ -26950,7 +26950,7 @@ Usage:
@param [out] outref= (0) The fileref to create, which will contain the source
code.
<h4> SAS Macros </h4>
<h4> SAS Macros </h4>
@li mf_getplatform.sas
@li mm_getstpcode.sas
@li ms_getfile.sas

View File

@@ -18,7 +18,17 @@
statements. Those starting `mp_` are macro _procedures_, which generate
SAS statements, and must therefore be applied accordingly.
*/
*/
/*! \dir ddl
* \brief Data Definition Language files
* \details Provides templates for commonly used tables in sasjs/core.
Attributes:
* OS independent
* No X command
* Prefixes: _mddl_
*/
/*! \dir fcmp
* \brief Macros for generating FCMP functions
@@ -94,15 +104,28 @@
*/
/*! \dir ddl
* \brief Data Definition Language files
* \details Provides templates for commonly used tables in sasjs/core.
Attributes:
/*! \dir tests/base
* \brief Tests for Base macros
*/
* OS independent
* No X command
* Prefixes: _mddl_
/*! \dir tests/ddlonly
* \brief Tests for DDL macros
*/
/*! \dir tests/sas9only
* \brief Tests for SAS Metadata macros
*/
/*! \dir tests/serveronly
* \brief Tests for SASjs Server macros
*/
/*! \dir tests/viyaonly
* \brief Tests for Viya macros
*/
/*! \dir tests/x-platform
* \brief Tests for cross-platform macros
*/
/*! \dir xplatform

View File

@@ -8,8 +8,8 @@
"server",
"xplatform",
"tests/base",
"tests/ddl",
"tests/xplatform"
"tests/ddlonly",
"tests/x-platform"
],
"docConfig": {
"displayMacroCore": false,

View File

@@ -15,7 +15,7 @@
@param [out] outref= (0) The fileref to create, which will contain the source
code.
<h4> SAS Macros </h4>
<h4> SAS Macros </h4>
@li mf_getplatform.sas
@li mm_getstpcode.sas
@li ms_getfile.sas