Use README.rst as mainpage for libjpl API docs

This commit is contained in:
Nedko Arnaudov 2023-12-26 15:59:11 +02:00
parent cb7823830a
commit 2af7a72fd2
2 changed files with 5 additions and 2 deletions

View File

@ -25,6 +25,8 @@ cibuild:
doxdoc:
mkdir -vp build
echo "@mainpage" > build/README.md
cat README.rst >> build/README.md
doxygen doc/Doxyfile
cp doc/doxygen-awesome-css/doxygen-awesome-darkmode-toggle.js build/doxout/html/

View File

@ -917,7 +917,8 @@ WARN_LOGFILE =
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
# Note: If this tag is empty the current directory is searched.
INPUT = loader.h
INPUT = build/README.md \
loader.h
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
@ -1131,7 +1132,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 = build/README.md
# The Fortran standard specifies that for fixed formatted Fortran code all
# characters from position 72 are to be considered as comment. A common