diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 05:47:37 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 05:47:37 +0000 |
commit | 00e2eb4fd0266c5be01e3a527a66aaad5ab4b634 (patch) | |
tree | a6a58bd544eb0b76b9d3acc678ea88791acca045 /doc/cpp/index.rst | |
parent | Initial commit. (diff) | |
download | libixion-00e2eb4fd0266c5be01e3a527a66aaad5ab4b634.tar.xz libixion-00e2eb4fd0266c5be01e3a527a66aaad5ab4b634.zip |
Adding upstream version 0.19.0.upstream/0.19.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'doc/cpp/index.rst')
-rw-r--r-- | doc/cpp/index.rst | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/cpp/index.rst b/doc/cpp/index.rst new file mode 100644 index 0000000..65e970d --- /dev/null +++ b/doc/cpp/index.rst @@ -0,0 +1,16 @@ +.. highlight:: cpp + +.. _index: + +C++ API +======= + +.. toctree:: + :maxdepth: 2 + + quickstart/index.rst + formula/index.rst + data_store/index.rst + interface/index.rst + + |