summaryrefslogtreecommitdiffstats
path: root/src/server/events/Move.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-10-25 02:02:45 +0000
committerDavid Robillard <d@drobilla.net>2015-10-25 02:02:45 +0000
commita742608df99119717590b9004d562d1bf8c76ba9 (patch)
tree58f8ad8955c1d411527109bd878a7f4fdcbdae3d /src/server/events/Move.hpp
parent557f9d42641f7f602f9fec4d2f3aae50b893de6b (diff)
downloadingen-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 'src/server/events/Move.hpp')
-rw-r--r--src/server/events/Move.hpp12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/server/events/Move.hpp b/src/server/events/Move.hpp
index 3d1da94e..ae811138 100644
--- a/src/server/events/Move.hpp
+++ b/src/server/events/Move.hpp
@@ -30,17 +30,7 @@ class PortImpl;
namespace Events {
-/** \page methods
- * <h2>MOVE</h2>
- * As per WebDAV (RFC4918 S9.9).
- *
- * Move an object from its current location and insert it at a new location
- * in a single operation.
- *
- * MOVE to a path with a different parent is currently not supported.
- */
-
-/** MOVE a graph object to a new path (see \ref methods).
+/** Move a graph object to a new path.
* \ingroup engine
*/
class Move : public Event