From 88685dc58529ba96327a4ef158abdd6849b62ea3 Mon Sep 17 00:00:00 2001 From: Allan Bowe Date: Tue, 10 May 2022 19:19:53 +0000 Subject: [PATCH] chore: providing description for DDL folder in main.dox --- main.dox | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/main.dox b/main.dox index 0da9e3b..33459d7 100644 --- a/main.dox +++ b/main.dox @@ -92,4 +92,15 @@ * Auto-generated from the plain source `.lua` files in the same directory * Prefixes: _ml_ +*/ + +/*! \dir ddl + * \brief Data Definition Language files + * \details Provides templates for commonly used tables in sasjs/core. + Attributes: + + * OS independent + * No X command + * Prefixes: _mddl_ + */ \ No newline at end of file