From a742608df99119717590b9004d562d1bf8c76ba9 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 25 Oct 2015 02:02:45 +0000 Subject: 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 --- src/server/events/Copy.hpp | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'src/server/events/Copy.hpp') diff --git a/src/server/events/Copy.hpp b/src/server/events/Copy.hpp index dfcbd3b2..2677ba53 100644 --- a/src/server/events/Copy.hpp +++ b/src/server/events/Copy.hpp @@ -33,15 +33,7 @@ class GraphImpl; namespace Events { -/** \page methods - *

COPY

- * As per WebDAV (RFC4918 S9.8). - * - * Copy an object from its current location and insert it at a new location - * in a single operation. - */ - -/** COPY a graph object to a new path (see \ref methods). +/** Copy a graph object to a new path. * \ingroup engine */ class Copy : public Event -- cgit v1.2.1