From f3ee99fe5af363e89f39aef78822cfe405af6ed6 Mon Sep 17 00:00:00 2001 From: David Rowe Date: Fri, 14 May 2021 15:14:53 +1200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Kalila <69767640+digisomni@users.noreply.github.com> --- tools/doxygen/Doxyfile | 2 +- tools/doxygen/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/doxygen/Doxyfile b/tools/doxygen/Doxyfile index cf2fce9150..ac8136a0c5 100644 --- a/tools/doxygen/Doxyfile +++ b/tools/doxygen/Doxyfile @@ -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 diff --git a/tools/doxygen/README.md b/tools/doxygen/README.md index bf9be6c1ce..b3b702c2a6 100644 --- a/tools/doxygen/README.md +++ b/tools/doxygen/README.md @@ -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/)