diff options
Diffstat (limited to 'include/serd')
-rw-r--r-- | include/serd/serd.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/serd/serd.h b/include/serd/serd.h index 07f6b9f5..daf903a2 100644 --- a/include/serd/serd.h +++ b/include/serd/serd.h @@ -2678,8 +2678,7 @@ serd_cursor_free(SerdCursor* SERD_NULLABLE cursor); /// Flags that control the style of a model serialisation typedef enum { - SERD_NO_INLINE_OBJECTS = 1u << 0u, ///< Disable object inlining - SERD_NO_TYPE_FIRST = 1u << 1u ///< Disable writing rdf:type ("a") first + SERD_NO_TYPE_FIRST = 1u << 0u ///< Disable writing rdf:type ("a") first } SerdDescribeFlag; /// Bitwise OR of SerdDescribeFlag values |