summaryrefslogtreecommitdiffstats
path: root/src/engine/Event.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-05-27 19:48:44 +0000
committerDavid Robillard <d@drobilla.net>2009-05-27 19:48:44 +0000
commitaad41d097d9d4e3aff25616f86fa3a77653a10d1 (patch)
tree8562c9270fad44a01d8011d38ec146af6d46a515 /src/engine/Event.cpp
parent0c1576d21588ece4e226da04523f36adac3a14c3 (diff)
downloadingen-aad41d097d9d4e3aff25616f86fa3a77653a10d1.tar.gz
ingen-aad41d097d9d4e3aff25616f86fa3a77653a10d1.tar.bz2
ingen-aad41d097d9d4e3aff25616f86fa3a77653a10d1.zip
Add methods documentation page.
Clean up OSC documentation pages. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2013 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/engine/Event.cpp')
-rw-r--r--src/engine/Event.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/engine/Event.cpp b/src/engine/Event.cpp
index ec21afde..e48d32a2 100644
--- a/src/engine/Event.cpp
+++ b/src/engine/Event.cpp
@@ -19,6 +19,13 @@
#include "ThreadManager.hpp"
#include "ProcessContext.hpp"
+/*! \page methods Method Documentation
+ *
+ * <p>All changes in Ingen (both engine and client) occur as a result of
+ * a small set of methods defined in terms of RDF and matching the
+ * HTTP and WebDAV standards as closely as possible.</p>
+ */
+
namespace Ingen {