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/DeleteEvent.hpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/engine/events/DeleteEvent.hpp') 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 *

DELETE

- * 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 -- cgit v1.2.1