diff --git a/sasjs/doxy/Doxyfile b/sasjs/doxy/Doxyfile index f559e5a..ff35654 100644 --- a/sasjs/doxy/Doxyfile +++ b/sasjs/doxy/Doxyfile @@ -13,17 +13,17 @@ HIDE_IN_BODY_DOCS = YES HIDE_SCOPE_NAMES = YES HIDE_UNDOC_CLASSES = YES HIDE_UNDOC_MEMBERS = YES -HTML_OUTPUT = doxy -HTML_HEADER = ./doxy/new_header.html -HTML_FOOTER = ./doxy/new_footer.html -HTML_EXTRA_STYLESHEET = ./doxy/new_stylesheet.css +HTML_OUTPUT = $(DOXY_HTML_OUTPUT) +HTML_HEADER = $(DOXY_CONTENT)new_header.html +HTML_FOOTER = $(DOXY_CONTENT)new_footer.html +HTML_EXTRA_STYLESHEET = $(DOXY_CONTENT)new_stylesheet.css INHERIT_DOCS = NO INLINE_INFO = NO -INPUT = base meta metax viya lua -LAYOUT_FILE = ./doxy/DoxygenLayout.xml +INPUT = $(DOXY_INPUT) +LAYOUT_FILE = $(DOXY_CONTENT)DoxygenLayout.xml MAX_INITIALIZER_LINES = 0 PROJECT_NAME = Macro Core -PROJECT_LOGO = doxy/Macro_core_website_1.png +PROJECT_LOGO = $(DOXY_CONTENT)Macro_core_website_1.png PROJECT_BRIEF = "Production Ready Macros for SAS Application Developers" RECURSIVE = YES REPEAT_BRIEF = NO diff --git a/sasjs/doxy/new_footer.html b/sasjs/doxy/new_footer.html index 6691201..1d66b15 100644 --- a/sasjs/doxy/new_footer.html +++ b/sasjs/doxy/new_footer.html @@ -1,23 +1,32 @@ - - + + - - diff --git a/sasjs/doxy/new_header.html b/sasjs/doxy/new_header.html index e51c194..48e1008 100644 --- a/sasjs/doxy/new_header.html +++ b/sasjs/doxy/new_header.html @@ -1,72 +1,93 @@ - - - - - -$projectname: $title -$title - - - -$treeview -$search -$mathjax - - -$extrastylesheet - - -
+ + + + + + + $projectname: $title + + + $title + + + + + $treeview $search $mathjax + + + $extrastylesheet + + +
+ - -
- - - - - - - - - - - - - - - - - - - - - -
-
-  $projectnumber -
-
- Production Ready Macros for SAS Application Developers
- - https://github.com/sasjs/core - - -
- - -
-
$projectbrief
- - - -
Production Ready Macros for SAS Application Developers
- https://github.com/sasjs/core -
-
$searchbox
-
- - + +
+ + + + + + + + + + + + + + + + + + + + + +
+
+  $projectnumber +
+ +
+ Production Ready Macros for SAS Application Developers
+ + https://github.com/sasjs/core + +
+ + +
+
$projectbrief
+ + + + + + + +
+ Production Ready Macros for SAS Application Developers +
+ + https://github.com/sasjs/core + +
+
$searchbox
+
+ + +
+ + diff --git a/sasjs/sasjsconfig.json b/sasjs/sasjsconfig.json index 097ebce..57d7fba 100644 --- a/sasjs/sasjsconfig.json +++ b/sasjs/sasjsconfig.json @@ -1,6 +1,3 @@ { - "macroFolders": [ - "../base","../meta","../metax","../viya" - ], - "useMacroCore": false -} \ No newline at end of file + "macroFolders": ["../base", "../meta", "../metax", "../viya", "../lua"] +}