**SAS Packages Framework**, version 20210528

**SAS Packages Framework**, version 20210528:

Help tags selection modified in the `%generatePackage()` macro.
New solution allows to write help tags surrounding comments in two ways.
The first (old) is:
```
/*** HELP START ***/
/*
comment
*/
/*** HELP END ***/
```

and the second (new):
```
/*** HELP START ***//*
comment
*//*** HELP END ***/
```
The second allows to print help info in log without `/*` and `*/` surrounding comments. It looks better and is easier for building `.md` files or other help documents (so you do not have to remove `/*` by hand).

Documentation updated.

The following packages were regenerated with new version of the SPF:
- BasePlus
- DFA
- dynMacroArray
- macroArray
- SQLinDS
This commit is contained in:
yabwon
2021-05-28 11:47:28 +02:00
parent 8f3cbe1b92
commit f7485ce6c4
19 changed files with 81 additions and 70 deletions

View File

@@ -224,7 +224,7 @@ Package contains:
*SAS package generated by generatePackage, version 20210109*
The SHA256 hash digest for package BasePlus:
`28F3DE865C5E3B914FFB7CC2627D8B0975527EEECEE7AFEAD7B335C3FDC1BFD3`
`A321A4BC54D444B82575EC5D443553A096557AD69DC171D578A330277E67637A`
---
# Content description ############################################################################################