From 86606c6f18f0d3689e5073a192a007b2a438757b Mon Sep 17 00:00:00 2001 From: Allan Bowe <4420615+allanbowe@users.noreply.github.com> Date: Wed, 26 Feb 2025 15:47:39 +0000 Subject: [PATCH] chore(docs): description of new param in mm_getdetails --- meta/mm_getdetails.sas | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/meta/mm_getdetails.sas b/meta/mm_getdetails.sas index d9341f9..fb729ee 100644 --- a/meta/mm_getdetails.sas +++ b/meta/mm_getdetails.sas @@ -1,17 +1,14 @@ /** @file mm_getdetails.sas @brief extracts metadata attributes and associations for a particular uri - @param [in] uri the metadata object for which to return attributes / associations + @param [in] sortoptions Enables sorting of the output datasets, for example, + `SORTSEQ=LINGUISTIC` @param [out] outattrs= (work.attributes) The dataset to create that contains the list of attributes @param [out] outassocs= (work.associations) The dataset to contain the list of associations - - @version 9.2 - @author Allan Bowe - **/ %macro mm_getdetails(uri