diff options
author | David Robillard <d@drobilla.net> | 2020-11-13 12:10:49 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-11-13 12:53:28 +0100 |
commit | 41130751fb2a08c67c1ffedb6575f178692977a7 (patch) | |
tree | 9992e383bb6df8260a1bec0ffe6aa982850cbd97 /include/serd/serd.h | |
parent | f63257a60cda79963ba7d046f52b66c3b13e2c9a (diff) | |
download | serd-41130751fb2a08c67c1ffedb6575f178692977a7.tar.gz serd-41130751fb2a08c67c1ffedb6575f178692977a7.tar.bz2 serd-41130751fb2a08c67c1ffedb6575f178692977a7.zip |
Improve documentation summary for SerdEnv
Diffstat (limited to 'include/serd/serd.h')
-rw-r--r-- | include/serd/serd.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/include/serd/serd.h b/include/serd/serd.h index 8510e615..2f7f0e18 100644 --- a/include/serd/serd.h +++ b/include/serd/serd.h @@ -70,12 +70,7 @@ extern "C" { @{ */ -/** - Environment. - - Represents the state required to resolve a CURIE or relative URI, e.g. the - base URI and set of namespace prefixes at a particular point. -*/ +/// Lexical environment for relative URIs or CURIEs (base URI and namespaces) typedef struct SerdEnvImpl SerdEnv; /// Streaming parser that reads a text stream and writes to a statement sink |