From 1fd7cd5ccf95b7d632f9e59b549d6088922babf2 Mon Sep 17 00:00:00 2001 From: scawful Date: Sun, 11 Aug 2024 11:06:00 -0400 Subject: [PATCH] make getting-started the documentation homepage --- Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doxyfile b/Doxyfile index b7548224..1a9e199b 100644 --- a/Doxyfile +++ b/Doxyfile @@ -1168,7 +1168,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 = getting-started.md # The Fortran standard specifies that for fixed formatted Fortran code all # characters from position 72 are to be considered as comment. A common