diff options
author | David Robillard <d@drobilla.net> | 2021-03-23 12:42:43 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2021-03-23 12:42:43 -0400 |
commit | 91945867cfee9e92df50149311d98eda41b16a60 (patch) | |
tree | 5e7d89d9762f7272cc910b8a94fbcf74bf81332e /doc | |
parent | ea02e3d48e3ff4ce6bea8de559efbec64da9b161 (diff) | |
download | sratom-91945867cfee9e92df50149311d98eda41b16a60.tar.gz sratom-91945867cfee9e92df50149311d98eda41b16a60.tar.bz2 sratom-91945867cfee9e92df50149311d98eda41b16a60.zip |
WIP
Diffstat (limited to 'doc')
-rw-r--r-- | doc/c/overview.rst | 2 | ||||
-rw-r--r-- | doc/summary.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/c/overview.rst b/doc/c/overview.rst index 3b26a5b..b5d75c1 100644 --- a/doc/c/overview.rst +++ b/doc/c/overview.rst @@ -5,7 +5,7 @@ Overview .. default-domain:: c .. highlight:: c -The complete API is declared in ``sratom.h``: +The entire API is declared in ``sratom.h``: .. code-block:: c diff --git a/doc/summary.rst b/doc/summary.rst index 7e28f6e..715e82e 100644 --- a/doc/summary.rst +++ b/doc/summary.rst @@ -1,6 +1,6 @@ Sratom is a small library for reading and writing `LV2 atoms`_ in RDF, for representing them as strings or storing them in a data model. Sratom is useful for representing LV2 atoms in a portable and human-readable form, -in, for example, saved files, network protocols, or logs. +for example in save files, network protocols, or logs. .. _LV2 atoms: http://lv2plug.in/ns/ext/atom |