From 346e24c9a14fe914e8a993b4f22fd0ba886f29ca Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 14 Feb 2017 09:53:38 +0100 Subject: Fix invalid HTML in documentation --- lilv/lilv.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'lilv/lilv.h') diff --git a/lilv/lilv.h b/lilv/lilv.h index 37dd849..7562f09 100644 --- a/lilv/lilv.h +++ b/lilv/lilv.h @@ -212,11 +212,11 @@ lilv_node_equals(const LilvNode* value, const LilvNode* other); - - - - - + + + + +
Example Turtle Tokens
URI<http://example.org/foo >
QNamedoap:name
String"this is a string"
Float1.0
Integer1
Booleantrue
QNamedoap:name
String"this is a string"
Float1.0
Integer1
Booleantrue
*/ LILV_API char* -- cgit v1.2.1