mirror of
https://github.com/sasjs/core.git
synced 2026-01-17 05:20:05 +00:00
chore: doxygen updates
This commit is contained in:
@@ -24,7 +24,7 @@ LAYOUT_FILE = ./doxy/DoxygenLayout.xml
|
|||||||
MAX_INITIALIZER_LINES = 0
|
MAX_INITIALIZER_LINES = 0
|
||||||
PROJECT_NAME = Macro Core
|
PROJECT_NAME = Macro Core
|
||||||
PROJECT_LOGO = doxy/Macro_core_website_1.png
|
PROJECT_LOGO = doxy/Macro_core_website_1.png
|
||||||
PROJECT_BRIEF = placeholder
|
PROJECT_BRIEF = "Production Ready Macros for SAS Application Developers"
|
||||||
RECURSIVE = YES
|
RECURSIVE = YES
|
||||||
REPEAT_BRIEF = NO
|
REPEAT_BRIEF = NO
|
||||||
SHOW_NAMESPACES = NO
|
SHOW_NAMESPACES = NO
|
||||||
|
|||||||
@@ -33,11 +33,11 @@ cd core.github.io
|
|||||||
rm -r *
|
rm -r *
|
||||||
mv $BUILD_FOLDER/out/doxy/* .
|
mv $BUILD_FOLDER/out/doxy/* .
|
||||||
echo 'core.sasjs.io' > CNAME
|
echo 'core.sasjs.io' > CNAME
|
||||||
git add *
|
git add .
|
||||||
git commit -m "build.sh build on $(date +%F:%H:%M:%S)"
|
git commit -m "build.sh build on $(date +%F:%H:%M:%S)"
|
||||||
git push
|
git push
|
||||||
npx sitemap-generator-cli https://core.sasjs.io
|
npx sitemap-generator-cli https://core.sasjs.io
|
||||||
git add *
|
git add .
|
||||||
git commit -m "adding sitemap"
|
git commit -m "adding sitemap"
|
||||||
git push
|
git push
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<!-- HTML header for doxygen 1.8.17-->
|
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
|
<!-- HTML header for doxygen 1.8.17-->
|
||||||
|
<html xmlns="https://www.w3.org/1999/xhtml" lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
|
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
|
||||||
@@ -41,7 +41,9 @@ $extrastylesheet
|
|||||||
https://github.com/sasjs/core
|
https://github.com/sasjs/core
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
</div><!--END PROJECT_BRIEF-->
|
</div>
|
||||||
|
<meta name="Description" content="$projectbrief">
|
||||||
|
<!--END PROJECT_BRIEF-->
|
||||||
</td>
|
</td>
|
||||||
<!--END PROJECT_NAME-->
|
<!--END PROJECT_NAME-->
|
||||||
<!--BEGIN !PROJECT_NAME-->
|
<!--BEGIN !PROJECT_NAME-->
|
||||||
|
|||||||
Reference in New Issue
Block a user