diff options
Diffstat (limited to 'doc/overview.rst')
-rw-r--r-- | doc/overview.rst | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/overview.rst b/doc/overview.rst new file mode 100644 index 0000000..4884839 --- /dev/null +++ b/doc/overview.rst @@ -0,0 +1,16 @@ +.. + Copyright 2020-2021 David Robillard <d@drobilla.net> + SPDX-License-Identifier: ISC + +######## +Overview +######## + +.. default-domain:: c +.. highlight:: c + +The complete API is declared in ``sratom.h``: + +.. code-block:: c + + #include <sratom/sratom.h> |