Skip to content

Commit

Permalink
Update generate-docs.sh: commands to generate dot architectural paradigm
Browse files Browse the repository at this point in the history
  • Loading branch information
pavly-gerges authored Dec 20, 2024
1 parent 33115c3 commit 009b6ca
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions helper-scripts/project-impl/generate-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,11 @@ source "./helper-scripts/abstract/abstract-doxygen-generator.sh"
generate_default_config "$(pwd)/electrostatic-sandbox-framework/docs/doxygen/" "DOC-CONFIG"

generate_docs "$(pwd)/electrostatic-sandbox-framework/docs/doxygen/" "DOC-CONFIG"

temp=$(pwd)

cd "./electrostatic-sandbox-framework/docs/"

dot -Tsvg -o electrostatic-sdk.svg "./electrostatic-sdk.dot"

cd "${temp}"

0 comments on commit 009b6ca

Please sign in to comment.