From 6e3914351d24f7ebde8f6df98af26fbb4f661bbb Mon Sep 17 00:00:00 2001 From: Noah Reeder Date: Mon, 31 Mar 2025 23:07:12 -0500 Subject: [PATCH 1/3] Fixed Doxygen page title --- Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doxyfile b/Doxyfile index dadb6ce..461b286 100644 --- a/Doxyfile +++ b/Doxyfile @@ -32,7 +32,7 @@ DOXYFILE_ENCODING = UTF-8 # title of most generated pages and in a few other places. # The default value is: My Project. -PROJECT_NAME = "UMRT Arm Firmware Library" +PROJECT_NAME = "openFrameworksArduino" # 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 From 1ea79dacb8d0a4c8f5dea6296f6a72dbd036e806 Mon Sep 17 00:00:00 2001 From: Noah Reeder Date: Mon, 31 Mar 2025 23:10:24 -0500 Subject: [PATCH 2/3] Set README.md as the Doxygen main page --- Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doxyfile b/Doxyfile index 461b286..6d8e33e 100644 --- a/Doxyfile +++ b/Doxyfile @@ -982,7 +982,7 @@ FILTER_SOURCE_PATTERNS = # (index.html). This can be useful if you have a project on for instance GitHub # and want to reuse the introduction page also for the doxygen output. -USE_MDFILE_AS_MAINPAGE = +USE_MDFILE_AS_MAINPAGE = README.md #--------------------------------------------------------------------------- # Configuration options related to source browsing From 8e6640891f9b2260a52c1bbfb370ebc3404a36ce Mon Sep 17 00:00:00 2001 From: Noah Reeder Date: Mon, 31 Mar 2025 23:10:41 -0500 Subject: [PATCH 3/3] Version bump --- version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version b/version index 8a9ecc2..7bcd0e3 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.0.1 \ No newline at end of file +0.0.2 \ No newline at end of file