Apply suggestions from code review

Co-authored-by: Kalila <69767640+digisomni@users.noreply.github.com>
This commit is contained in:
David Rowe 2021-05-14 15:14:53 +12:00 committed by GitHub
parent 4d11d1d515
commit f3ee99fe5a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -51,7 +51,7 @@ PROJECT_BRIEF =
# pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
# the logo to the output directory.
PROJECT_LOGO = D:/Workspaces/CtrlAltStudio/Vircadia-A/Vircadia-A/tools/doxygen/vircadia.png
PROJECT_LOGO = vircadia.png
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
# into which the generated documentation will be written. If a relative path is

View file

@ -51,6 +51,6 @@ Alternatively, you can edit the `Doxyfile` configuration file in a text editor.
## References
- [Doxygen Web Site](https://www.doxygen.nl/)
- [Doxygen Website](https://www.doxygen.nl/)
- [Doxygen Tutorial](https://embeddedinventor.com/doxygen-tutorial-getting-started-using-doxygen-on-windows/)
- [Complete Guide On Using Doxygen](https://embeddedinventor.com/guide-to-configure-doxygen-to-document-c-source-code-for-beginners/)