From 71826ec348a63ff928a5fd14970583ec8237e9d3 Mon Sep 17 00:00:00 2001 From: tanner-andrulis Date: Sun, 4 Feb 2024 15:55:16 -0500 Subject: [PATCH] . --- .github/workflows/main.yml | 4 ++-- Doxyfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0f20761..e89ac3b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,10 +3,10 @@ name: Doxygen Action # Controls when the action will run. Triggers the workflow on push or pull request -# events but only for the master branch +# events but only for the main branch on: push: - branches: [ master ] + branches: [ main ] diff --git a/Doxyfile b/Doxyfile index 6567170..a4e9c33 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 = "My Project" +PROJECT_NAME = "TimeloopFE" # 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