diff options
Diffstat (limited to 'ingen')
-rw-r--r-- | ingen/Parser.hpp | 2 | ||||
-rw-r--r-- | ingen/URIs.hpp | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/ingen/Parser.hpp b/ingen/Parser.hpp index 039c6102..050ddb5a 100644 --- a/ingen/Parser.hpp +++ b/ingen/Parser.hpp @@ -68,7 +68,7 @@ public: /** Parse a graph from RDF into a Interface (engine or client). * - * @param path If this is a file path, then the graph is loaded from that + * If `path` is a file path, then the graph is loaded from that * file. If it is a directory, then the manifest.ttl from that directory * is used instead. In either case, any rdfs:seeAlso files are loaded and * the graph parsed from the resulting combined model. diff --git a/ingen/URIs.hpp b/ingen/URIs.hpp index 7e3af808..7f032cbc 100644 --- a/ingen/URIs.hpp +++ b/ingen/URIs.hpp @@ -178,7 +178,6 @@ public: const Quark patch_destination; const Quark patch_property; const Quark patch_remove; - const Quark patch_request; const Quark patch_sequenceNumber; const Quark patch_subject; const Quark patch_value; |