1
0
mirror of https://github.com/sasjs/core.git synced 2025-12-11 06:24:35 +00:00

chore(docs): removing WIP marker

This commit is contained in:
munja
2022-01-25 17:25:53 +01:00
parent 3fd83a3160
commit 306ea93be2
2 changed files with 4 additions and 8 deletions

View File

@@ -9734,10 +9734,8 @@ run;
%mend mp_sortinplace;/**
@file
@brief Prepares an audit table for stacking (re-applying) the changes.
@details WORK IN PROGRESS!!
When the underlying data from a Base Table is refreshed, it can be helpful
to have any previously-applied changes, re-applied.
@details When the underlying data from a Base Table is refreshed, it can be
helpful to have any previously-applied changes, re-applied.
Such situation might arise if you are applying those changes using a tool
like [Data Controller for SAS®](https://datacontroller.io) - which records

View File

@@ -1,10 +1,8 @@
/**
@file
@brief Prepares an audit table for stacking (re-applying) the changes.
@details WORK IN PROGRESS!!
When the underlying data from a Base Table is refreshed, it can be helpful
to have any previously-applied changes, re-applied.
@details When the underlying data from a Base Table is refreshed, it can be
helpful to have any previously-applied changes, re-applied.
Such situation might arise if you are applying those changes using a tool
like [Data Controller for SAS®](https://datacontroller.io) - which records