aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-11-13 12:10:49 +0100
committerDavid Robillard <d@drobilla.net>2020-11-13 12:53:28 +0100
commit41130751fb2a08c67c1ffedb6575f178692977a7 (patch)
tree9992e383bb6df8260a1bec0ffe6aa982850cbd97 /include
parentf63257a60cda79963ba7d046f52b66c3b13e2c9a (diff)
downloadserd-41130751fb2a08c67c1ffedb6575f178692977a7.tar.gz
serd-41130751fb2a08c67c1ffedb6575f178692977a7.tar.bz2
serd-41130751fb2a08c67c1ffedb6575f178692977a7.zip
Improve documentation summary for SerdEnv
Diffstat (limited to 'include')
-rw-r--r--include/serd/serd.h7
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