Skip to content

Commit

Permalink
Fix reference to logo filename
Browse files Browse the repository at this point in the history
  • Loading branch information
Noah Oblath committed Dec 21, 2023
1 parent ae99b40 commit 20cd1f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/source/run_doxygen.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
os.environ['PROJECT_NUMBER'] = this_version
os.environ['PROJECT_BRIEF_DESC'] = 'Dripline Implementation in C++'
# located in your documentation directory, or give the relative path from the documentation directory
os.environ['PROJECT_LOGO'] = './documentation/images/DL3Logog_55x55.png'
os.environ['PROJECT_LOGO'] = './documentation/images/DL3Logo_55x55.png'

# directories in which doxygen should look for source files; if you have a `doxfiles` directory in your documentation, that should go here; string with space-separated directories
os.environ['DOXYGEN_INPUT'] = './documentation/doxfiles ./library ./executables ./examples'
Expand Down

0 comments on commit 20cd1f8

Please sign in to comment.