From 2d90647f9f6f36ac424a6b8f2e86e110eb0c5fd2 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 27 May 2009 20:20:40 +0000 Subject: Documentation. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2014 a436a847-0d15-0410-975c-d299462d15a1 --- src/engine/events/MoveEvent.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/engine/events/MoveEvent.hpp') diff --git a/src/engine/events/MoveEvent.hpp b/src/engine/events/MoveEvent.hpp index 7b77439f..06b410fb 100644 --- a/src/engine/events/MoveEvent.hpp +++ b/src/engine/events/MoveEvent.hpp @@ -28,10 +28,10 @@ class PatchImpl; /** \page methods *

MOVE

- * From WebDAV (RFC4918 S9.9). + * As per WebDAV (RFC4918 S9.9). * - * Calling MOVE on an object removes it from its current location - * and inserts it at a new one in a single operation. + * 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. */ -- cgit v1.2.1