From aad41d097d9d4e3aff25616f86fa3a77653a10d1 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 27 May 2009 19:48:44 +0000 Subject: 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 --- src/engine/Event.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/engine/Event.cpp') 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 + * + *

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.

+ */ + namespace Ingen { -- cgit v1.2.1