Skip to content

Commit

Permalink
Add a main page
Browse files Browse the repository at this point in the history
otherwise the body is empty when you click on API in the sidebar
  • Loading branch information
zmoon committed Jan 24, 2025
1 parent e815ad6 commit 5fd7d0f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ PROJECT_BRIEF =

OPTIMIZE_FOR_FORTRAN = YES

INPUT = ../src/core \
INPUT = doxygen/index.md \
../src/core \
../src/process/drydep \
../src/process/dust \
../src/process/plumerise \
../src/process/seasalt \
../src/api
USE_MDFILE_AS_MAINPAGE = index.md
FILE_PATTERNS = *.F90
RECURSIVE = YES

Expand Down
1 change: 1 addition & 0 deletions docs/doxygen/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
*
!.gitignore
!index.md
3 changes: 3 additions & 0 deletions docs/doxygen/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
CATChem API documentation generated by [Doxygen](https://www.doxygen.nl/) from source code comments,
embedded in Sphinx with the help of [Doxysphinx](https://boschglobal.github.io/doxysphinx/).
Use the sidebar and page links to navigate.

0 comments on commit 5fd7d0f

Please sign in to comment.