diff options
author | David Robillard <d@drobilla.net> | 2009-05-27 20:20:40 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2009-05-27 20:20:40 +0000 |
commit | 2d90647f9f6f36ac424a6b8f2e86e110eb0c5fd2 (patch) | |
tree | 4a47c999341a1dda6ec7dfe16f1ca1ab9d446928 /src/engine/events | |
parent | aad41d097d9d4e3aff25616f86fa3a77653a10d1 (diff) | |
download | ingen-2d90647f9f6f36ac424a6b8f2e86e110eb0c5fd2.tar.gz ingen-2d90647f9f6f36ac424a6b8f2e86e110eb0c5fd2.tar.bz2 ingen-2d90647f9f6f36ac424a6b8f2e86e110eb0c5fd2.zip |
Documentation.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2014 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/engine/events')
-rw-r--r-- | src/engine/events/DeleteEvent.hpp | 5 | ||||
-rw-r--r-- | src/engine/events/MoveEvent.hpp | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/src/engine/events/DeleteEvent.hpp b/src/engine/events/DeleteEvent.hpp index 05c47325..abaf9cdd 100644 --- a/src/engine/events/DeleteEvent.hpp +++ b/src/engine/events/DeleteEvent.hpp @@ -38,10 +38,9 @@ class CompiledPatch; /** \page methods * <h2>DELETE</h2> - * From WebDAV (RFC4918 S9.6). + * As per WebDAV (RFC4918 S9.6). * - * Calling DELETE on an object will remove that object from the engine - * (i.e. stop executing it) and destroy it. + * Remove an object from the engine and destroy it. * * \li All properties of the object are lost * \li All references to the object are lost (e.g. the parent's reference to 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 * <h2>MOVE</h2> - * 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. */ |