From 41130751fb2a08c67c1ffedb6575f178692977a7 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 13 Nov 2020 12:10:49 +0100 Subject: Improve documentation summary for SerdEnv --- include/serd/serd.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'include') 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 -- cgit v1.2.1