diff --git a/package.json b/package.json index e90c242..a16ffb5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sasjs/core", - "description": "SAS Macro Library for Application Development", + "description": "Production Ready Macros for SAS Application Developers", "license": "MIT", "keywords": [ "SAS", diff --git a/sasjs/doxy/Doxyfile b/sasjs/doxy/Doxyfile index 1ea8e28..7f54b7c 100644 --- a/sasjs/doxy/Doxyfile +++ b/sasjs/doxy/Doxyfile @@ -14,20 +14,19 @@ HIDE_SCOPE_NAMES = YES HIDE_UNDOC_CLASSES = YES HIDE_UNDOC_MEMBERS = YES 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 +HTML_HEADER = $(HTML_HEADER) +HTML_EXTRA_FILES = $(HTML_EXTRA_FILES) +HTML_FOOTER = $(HTML_FOOTER) +HTML_EXTRA_STYLESHEET = $(HTML_EXTRA_STYLESHEET) INHERIT_DOCS = NO INLINE_INFO = NO -INPUT = $(DOXY_CONTENT)../../README.md \ - = $(DOXY_CONTENT)../../main.dox \ - $(DOXY_INPUT) +INPUT = $(DOXY_INPUT) +LAYOUT_FILE = $(LAYOUT_FILE) USE_MDFILE_AS_MAINPAGE = README.md -LAYOUT_FILE = $(DOXY_CONTENT)DoxygenLayout.xml MAX_INITIALIZER_LINES = 0 -PROJECT_NAME = Macro Core -PROJECT_LOGO = $(DOXY_CONTENT)Macro_core_website_1.png -PROJECT_BRIEF = "Production Ready Macros for SAS Application Developers" +PROJECT_NAME = $(PROJECT_NAME) +PROJECT_LOGO = $(PROJECT_LOGO) +PROJECT_BRIEF = $(PROJECT_BRIEF) RECURSIVE = YES REPEAT_BRIEF = NO SHOW_NAMESPACES = NO @@ -38,4 +37,4 @@ STRICT_PROTO_MATCHING = YES STRIP_CODE_COMMENTS = NO SUBGROUPING = NO TAB_SIZE = 2 -VERBATIM_HEADERS = NO +VERBATIM_HEADERS = NO \ No newline at end of file diff --git a/sasjs/doxy/DoxygenLayout.xml b/sasjs/doxy/DoxygenLayout.xml index 3d18413..05b7512 100644 --- a/sasjs/doxy/DoxygenLayout.xml +++ b/sasjs/doxy/DoxygenLayout.xml @@ -18,7 +18,7 @@ - + diff --git a/sasjs/doxy/batch.bat b/sasjs/doxy/batch.bat deleted file mode 100644 index 673c894..0000000 --- a/sasjs/doxy/batch.bat +++ /dev/null @@ -1,6 +0,0 @@ -ECHO on - -rmdir /s /q C:\DEVELOPMENT\output -mkdir C:\DEVELOPMENT\output - -doxygen.exe Doxyfile \ No newline at end of file diff --git a/sasjs/doxy/doxygen.svg b/sasjs/doxy/doxygen.svg new file mode 100644 index 0000000..46f4a19 --- /dev/null +++ b/sasjs/doxy/doxygen.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sasjs/doxy/favicon.ico b/sasjs/doxy/favicon.ico index 1cb2ca5..d8c7dcb 100644 Binary files a/sasjs/doxy/favicon.ico and b/sasjs/doxy/favicon.ico differ diff --git a/sasjs/doxy/logo.png b/sasjs/doxy/logo.png new file mode 100644 index 0000000..e44a476 Binary files /dev/null and b/sasjs/doxy/logo.png differ diff --git a/sasjs/doxy/new_footer.html b/sasjs/doxy/new_footer.html index 1d66b15..f4c14e8 100644 --- a/sasjs/doxy/new_footer.html +++ b/sasjs/doxy/new_footer.html @@ -8,7 +8,7 @@ @@ -24,9 +24,10 @@ + diff --git a/sasjs/doxy/new_header.html b/sasjs/doxy/new_header.html index 030ebd8..16801cd 100644 --- a/sasjs/doxy/new_header.html +++ b/sasjs/doxy/new_header.html @@ -9,7 +9,7 @@ - $projectname: $title + $title @@ -19,7 +19,7 @@ $treeview $search $mathjax - + $extrastylesheet @@ -33,52 +33,24 @@ - Logo + Logo - -
-  $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 2f7e27b..cea7e36 100644 --- a/sasjs/sasjsconfig.json +++ b/sasjs/sasjsconfig.json @@ -2,6 +2,12 @@ "$schema": "https://cli.sasjs.io/sasjsconfig-schema.json", "macroFolders": ["base", "meta", "metax", "viya", "lua"], "docConfig":{ - "displayMacroCore": false + "displayMacroCore": false, + "enableLineage": false, + "doxyContent": { + "favIcon": "runningman.jpg", + "logo": "Macro_core_website_1.png", + "readMe": "../../README.md" + } } }