diff options
author | David Robillard <d@drobilla.net> | 2015-10-25 02:02:45 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-10-25 02:02:45 +0000 |
commit | a742608df99119717590b9004d562d1bf8c76ba9 (patch) | |
tree | 58f8ad8955c1d411527109bd878a7f4fdcbdae3d /ingen | |
parent | 557f9d42641f7f602f9fec4d2f3aae50b893de6b (diff) | |
download | ingen-a742608df99119717590b9004d562d1bf8c76ba9.tar.gz ingen-a742608df99119717590b9004d562d1bf8c76ba9.tar.bz2 ingen-a742608df99119717590b9004d562d1bf8c76ba9.zip |
Document protocol
Fix invalid use of patch:request (use patch:sequenceNumber instead).
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5781 a436a847-0d15-0410-975c-d299462d15a1
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; |