From 37475e227d07a48df5a96e15f81062e076a4905d Mon Sep 17 00:00:00 2001
From: Allan Bowe <4420615+allanbowe@users.noreply.github.com>
Date: Wed, 26 Feb 2025 19:37:14 +0000
Subject: [PATCH 1/2] chore(docs): header for mm_getdetails
---
meta/mm_getdetails.sas | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/meta/mm_getdetails.sas b/meta/mm_getdetails.sas
index fb729ee..2c069df 100644
--- a/meta/mm_getdetails.sas
+++ b/meta/mm_getdetails.sas
@@ -3,12 +3,17 @@
@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,
+ @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
+
+
Related Files
+ @li mm_getobjects.sas
+ @li mm_gettypes.sas
+
**/
%macro mm_getdetails(uri
From 9f85b3e1b27d66aae775fead79b12f832aae7b6a Mon Sep 17 00:00:00 2001
From: github-actions
Date: Wed, 26 Feb 2025 19:37:56 +0000
Subject: [PATCH 2/2] chore: updating all.sas
---
all.sas | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/all.sas b/all.sas
index d3ee592..89669af 100644
--- a/all.sas
+++ b/all.sas
@@ -17688,12 +17688,17 @@ run;
@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,
+ @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
+
+ Related Files
+ @li mm_getobjects.sas
+ @li mm_gettypes.sas
+
**/
%macro mm_getdetails(uri