From c9d242acb1097f60f579bbab60b6a59dd7a8c314 Mon Sep 17 00:00:00 2001 From: Cristian Le Date: Tue, 27 Jun 2023 11:31:41 +0200 Subject: [PATCH] Add all doxygen API to developer's api --- docs/developer_api/index.md | 10 ++++++++++ docs/index.md | 1 + 2 files changed, 11 insertions(+) create mode 100644 docs/developer_api/index.md diff --git a/docs/developer_api/index.md b/docs/developer_api/index.md new file mode 100644 index 00000000..3ee528ee --- /dev/null +++ b/docs/developer_api/index.md @@ -0,0 +1,10 @@ +# Developer's API + +This is a placeholder for all generated APIs. + +These should be organized using [doxygen groups](https://www.doxygen.nl/manual/grouping.html). + +## All APIs + +:::{doxygenindex} +::: diff --git a/docs/index.md b/docs/index.md index e2383a81..2d063e3a 100644 --- a/docs/index.md +++ b/docs/index.md @@ -10,5 +10,6 @@ titlesonly: true caption: Contents glob: true --- +developer_api/index /* :::