summaryrefslogtreecommitdiffstats
path: root/src/AtomWriter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/AtomWriter.cpp')
-rw-r--r--src/AtomWriter.cpp16
1 files changed, 7 insertions, 9 deletions
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()
{