From 32788406b3f358173fb87dee03d65eee45c9df82 Mon Sep 17 00:00:00 2001 From: Paul Walker Date: Sun, 25 Aug 2024 14:41:45 -0400 Subject: [PATCH] Doxygen and Readme tweaks --- README.md | 2 +- doc/doxygen/Doxyfile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 78c040cd..72365cf5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Shortcircuit XT -[![CI Build Status](https://dev.azure.com/surge-synthesizer/surge/_apis/build/status/surge-synthesizer.shortcircuit-xt?branchName=main)](https://dev.azure.com/surge-synthesizer/shortcircuit-xt/_build/latest?definitionId=2&branchName=main) +![Release Build Status](https://github.com/surge-synthesizer/shortcircuit-xt/actions/workflows/build-release.yml/badge.svg) Welcome to Shortcircuit XT! diff --git a/doc/doxygen/Doxyfile b/doc/doxygen/Doxyfile index a76abca2..4437035b 100644 --- a/doc/doxygen/Doxyfile +++ b/doc/doxygen/Doxyfile @@ -51,7 +51,7 @@ PROJECT_BRIEF = "Filters submodule for the Surge Synthesizer" # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy # the logo to the output directory. -PROJECT_LOGO = doxygen/logo.png +PROJECT_LOGO = doc/doxygen/logo.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 @@ -1166,7 +1166,7 @@ HTML_FILE_EXTENSION = .html # of the possible markers and block names see the documentation. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_HEADER = doxygen/header.html +HTML_HEADER = doc/doxygen/header.html # The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each # generated HTML page. If the tag is left blank doxygen will generate a standard