From 306ea93be2d10210fba564679415b2e60bfbce3e Mon Sep 17 00:00:00 2001 From: munja Date: Tue, 25 Jan 2022 17:25:53 +0100 Subject: [PATCH] chore(docs): removing WIP marker --- all.sas | 6 ++---- base/mp_stackdiffs.sas | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/all.sas b/all.sas index 4e9f2d3..ccf2d95 100644 --- a/all.sas +++ b/all.sas @@ -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 diff --git a/base/mp_stackdiffs.sas b/base/mp_stackdiffs.sas index e7fbe56..9167c7e 100644 --- a/base/mp_stackdiffs.sas +++ b/base/mp_stackdiffs.sas @@ -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