From c16ad68648812a8c4eb90e8666764959b166ac13 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 14 Oct 2016 14:32:24 -0400 Subject: Improve documentation --- src/AtomWriter.cpp | 16 +++++++--------- src/server/RunContext.hpp | 2 ++ 2 files changed, 9 insertions(+), 9 deletions(-) (limited to 'src') diff --git a/src/AtomWriter.cpp b/src/AtomWriter.cpp index f2687fab..f477adcc 100644 --- a/src/AtomWriter.cpp +++ b/src/AtomWriter.cpp @@ -113,6 +113,13 @@ AtomWriter::finish_msg() * @code{.ttl} * [] a ingen:BundleStart . * @endcode + + * An [ingen:BundleEnd](http://drobilla.net/ns/ingen#BundleEnd) marks the end + * of a bundle in the operation stream. + * + * @code{.ttl} + * [] a ingen:BundleEnd . + * @endcode */ void AtomWriter::bundle_begin() @@ -123,15 +130,6 @@ AtomWriter::bundle_begin() finish_msg(); } -/** @page protocol - * - * An [ingen:BundleEnd](http://drobilla.net/ns/ingen#BundleEnd) marks the end - * of a bundle in the operation stream. - * - * @code{.ttl} - * [] a ingen:BundleEnd . - * @endcode - */ void AtomWriter::bundle_end() { diff --git a/src/server/RunContext.hpp b/src/server/RunContext.hpp index eba30545..feeb4874 100644 --- a/src/server/RunContext.hpp +++ b/src/server/RunContext.hpp @@ -49,6 +49,8 @@ class RunContext public: /** Create a new run context. * + * @param engine The engine this context is running within. + * @param id The ID of this context. * @param threaded If true, then this context is a worker which will launch * a thread and execute tasks as they become available. */ -- cgit v1.2.1