Skip to content

Commit

Permalink
Docs: Add doxygen configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
eric15342335 committed Apr 16, 2024
1 parent 5d04707 commit e916ee4
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: |
sudo apt-get update -y
sudo apt-get install doxygen graphviz -y
doxygen main.cpp
doxygen Doxyfile
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down
20 changes: 20 additions & 0 deletions Doxyfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Doxygen configuration file for Stock Market Simulator
PROJECT_NAME = "Stock Market Simulator"
BUILTIN_STL_SUPPORT = YES
EXTRACT_ALL = YES
EXTRACT_PRIVATE = YES
QUIET = YES
USE_MDFILE_AS_MAINPAGE = README.md
# SOURCE_BROWSER = YES
VERBATIM_HEADERS = NO
# INLINE_SOURCES = YES
REFERENCED_BY_RELATION = YES
REFERENCES_RELATION = YES
HTML_TIMESTAMP = YES
GENERATE_TREEVIEW = YES
TREEVIEW_WIDTH = 200
COMPACT_LATEX = YES
LATEX_TIMESTAMP = YES
CALL_GRAPH = YES
CALLER_GRAPH = YES
INTERACTIVE_SVG = YES

0 comments on commit e916ee4

Please sign in to comment.