From c2f92f1f4054e96a30b8cd8b19da0445f1f86a63 Mon Sep 17 00:00:00 2001 From: GOB Date: Wed, 4 Mar 2026 19:40:45 +0900 Subject: [PATCH] Fixes Doxyfile quoting and typos --- docs/Doxyfile | 2 +- docs/doxy.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Doxyfile b/docs/Doxyfile index c820920..232301f 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -42,7 +42,7 @@ DOXYFILE_ENCODING = UTF-8 # title of most generated pages and in a few other places. # The default value is: My Project. -PROJECT_NAME = M5Unit-HEART +PROJECT_NAME = "M5Unit-HEART" # The PROJECT_NUMBER tag can be used to enter a project or revision number. This # could be handy for archiving the generated documentation or if some version diff --git a/docs/doxy.sh b/docs/doxy.sh index 064edd0..d4492c9 100755 --- a/docs/doxy.sh +++ b/docs/doxy.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Please execute on repositry root +# Please execute on repository root ## Get version from library.properties ## Get git rev of HEAD