diff options
author | David Robillard <d@drobilla.net> | 2020-03-12 13:02:04 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-03-12 13:02:04 +0100 |
commit | 2ed87d01ff5427e917d1895592cd05c3dd45305c (patch) | |
tree | e458a32502e4dcd8aab3c78a7ab5960cf7a19d19 | |
parent | 2a585c391df6d8d9b0c92e850eab891b6a8f74f3 (diff) | |
download | sratom-2ed87d01ff5427e917d1895592cd05c3dd45305c.tar.gz sratom-2ed87d01ff5427e917d1895592cd05c3dd45305c.tar.bz2 sratom-2ed87d01ff5427e917d1895592cd05c3dd45305c.zip |
Use consistent tagline in documentation
-rw-r--r-- | sratom/sratom.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sratom/sratom.h b/sratom/sratom.h index 070597b..22cf39e 100644 --- a/sratom/sratom.h +++ b/sratom/sratom.h @@ -53,7 +53,9 @@ extern "C" { /** @defgroup sratom Sratom - An LV2 Atom RDF serialisation library. + + A library for serialising LV2 Atoms. + @{ */ |