From f2885990e2f99f6945516606abaae3a92b3a45e4 Mon Sep 17 00:00:00 2001 From: bones_was_here Date: Wed, 29 Dec 2021 07:07:33 +1000 Subject: [PATCH] Doxygen: configure logo and add link to README --- Doxyfile | 2 +- README.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Doxyfile b/Doxyfile index d8bf65b4..17b8298e 100644 --- a/Doxyfile +++ b/Doxyfile @@ -51,7 +51,7 @@ PROJECT_BRIEF = "Game engine based on the Quake 1 engine by id Software # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy # the logo to the output directory. -PROJECT_LOGO = +PROJECT_LOGO = "darkplaces48x48.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/README.md b/README.md index da83a123..6b5ecb97 100644 --- a/README.md +++ b/README.md @@ -42,3 +42,8 @@ In the engine's root directory, run `make`. See `make help` for options. ### Windows (Visual Studio) Instructions coming soon. + +## Documentation + +Doxygen: https://xonotic.org/doxygen/darkplaces + -- 2.39.2