summaryrefslogtreecommitdiffstats
path: root/src/server/events/Copy.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/events/Copy.hpp')
-rw-r--r--src/server/events/Copy.hpp10
1 files changed, 1 insertions, 9 deletions
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
- * <h2>COPY</h2>
- * 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