From 00e2eb4fd0266c5be01e3a527a66aaad5ab4b634 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 07:47:37 +0200 Subject: Adding upstream version 0.19.0. Signed-off-by: Daniel Baumann --- doc/cpp/data_store/document.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 doc/cpp/data_store/document.rst (limited to 'doc/cpp/data_store/document.rst') diff --git a/doc/cpp/data_store/document.rst b/doc/cpp/data_store/document.rst new file mode 100644 index 0000000..3578d57 --- /dev/null +++ b/doc/cpp/data_store/document.rst @@ -0,0 +1,18 @@ + +.. highlight:: cpp + +Document +======== + +Examples +-------- + +Refer to the :ref:`quickstart-document` section for code examples on how to +use the :cpp:class:`~ixion::document` class. + +API Reference +------------- + +.. doxygenclass:: ixion::document + :members: + -- cgit v1.2.3