From bf4ebe8f56b6b7725206168d7f9dda4b659abf2b Mon Sep 17 00:00:00 2001 From: Kristian Evers Date: Tue, 1 Jan 2019 17:57:03 +0100 Subject: Split ISO19111 C API docs into functions and types The rest of the C API is structured such that type definitions goes into one page and functions to another. This commit makes sure the same is done for the C bindings to the ISO19111 C++ API by defining two doxygen groups in proj.h, which is then organized into the proper pages with Sphinx and breathe. --- docs/source/development/reference/datatypes.rst | 10 ++++++++++ docs/source/development/reference/functions.rst | 4 +++- 2 files changed, 13 insertions(+), 1 deletion(-) (limited to 'docs/source/development/reference') diff --git a/docs/source/development/reference/datatypes.rst b/docs/source/development/reference/datatypes.rst index 5c6fc799..25e7ffd2 100644 --- a/docs/source/development/reference/datatypes.rst +++ b/docs/source/development/reference/datatypes.rst @@ -794,3 +794,13 @@ Logging .. versionadded:: 5.1.0 + + +C API for ISO-19111 functionality +------------------------------------------------------------------------------- + +.. doxygengroup:: iso19111_types + :project: cpp_stuff + :content-only: + + diff --git a/docs/source/development/reference/functions.rst b/docs/source/development/reference/functions.rst index 5d27999f..f1c20991 100644 --- a/docs/source/development/reference/functions.rst +++ b/docs/source/development/reference/functions.rst @@ -574,5 +574,7 @@ Various C API for ISO-19111 functionality +++++++++++++++++++++++++++++++++ -.. doxygenfile:: proj.h +.. doxygengroup:: iso19111_functions :project: cpp_stuff + :content-only: + -- cgit v1.2.3