diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 05:46:17 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 05:46:17 +0000 |
commit | 85adc697d2ec2a379ce6d721f0419ae5df3abdb6 (patch) | |
tree | 265f329bc4544c6f11a27ac3fd6022f593a10c11 /doc/global.rst | |
parent | Initial commit. (diff) | |
download | mdds-upstream.tar.xz mdds-upstream.zip |
Adding upstream version 2.1.1.upstream/2.1.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'doc/global.rst')
-rw-r--r-- | doc/global.rst | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/global.rst b/doc/global.rst new file mode 100644 index 0000000..7655b27 --- /dev/null +++ b/doc/global.rst @@ -0,0 +1,20 @@ + +Globals +======= + +Macros +------ + +.. doxygendefine:: MDDS_ASCII + +.. doxygendefine:: MDDS_N_ELEMENTS + + +Exceptions +---------- + +.. doxygenclass:: mdds::general_error +.. doxygenclass:: mdds::invalid_arg_error +.. doxygenclass:: mdds::size_error +.. doxygenclass:: mdds::type_error +.. doxygenclass:: mdds::integrity_error |