aboutsummaryrefslogtreecommitdiffstats
path: root/include/serd/serd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/serd/serd.h')
-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