From 5de15ccf0a0216e5aadd93ab9095bf15279bfb7c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 23 Jan 2011 08:53:14 +0000 Subject: Code cleanup (appease cpplint). git-svn-id: http://svn.drobilla.net/serd/trunk@45 490d8e77-9747-427b-9fa3-0b8f29cee8a0 --- serd/serd.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'serd') diff --git a/serd/serd.h b/serd/serd.h index 04d637af..01e58f80 100644 --- a/serd/serd.h +++ b/serd/serd.h @@ -59,8 +59,8 @@ typedef struct SerdWriterImpl* SerdWriter; /**< RDF writer. */ /** RDF syntax */ typedef enum { - SERD_TURTLE = 1, /**< */ - SERD_NTRIPLES = 2 /**< */ + SERD_TURTLE = 1, ///< + SERD_NTRIPLES = 2 ///< } SerdSyntax; /** Type of a syntactic RDF node. @@ -74,7 +74,6 @@ typedef enum { * @ref SERD_ANON equivalent to SERD_BLANK_ID. */ typedef enum { - /** Literal value. A literal optionally has either an associated language, * or an associated datatype (not both). */ @@ -106,7 +105,6 @@ typedef enum { * Value is identical to a @ref SERD_BLANK_ID value. */ SERD_ANON = 6 - } SerdType; /** @name SerdURI -- cgit v1.2.1