From c878b68adf9c150bed43b6a5eb354e023cddbe7e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 13 Oct 2016 20:53:21 -0400 Subject: Clean up protocol documentation --- src/server/events/Delta.cpp | 28 ---------------------------- 1 file changed, 28 deletions(-) (limited to 'src/server/events/Delta.cpp') diff --git a/src/server/events/Delta.cpp b/src/server/events/Delta.cpp index 62d08367..d2c56f0c 100644 --- a/src/server/events/Delta.cpp +++ b/src/server/events/Delta.cpp @@ -126,34 +126,6 @@ get_file_node(LilvWorld* lworld, const URIs& uris, const Atom& value) return NULL; } -/** @page protocol - * @subsection loading Loading and Unloading Bundles - * - * The property ingen:loadedBundle on the engine can be used to load - * or unload bundles from Ingen's world. For example: - * - * @code{.ttl} - * # Load /old.lv2 - * [] - * a patch:Put ; - * patch:subject ; - * patch:body [ - * ingen:loadedBundle - * ] . - * - * # Replace /old.lv2 with /new.lv2 - * [] - * a patch:Patch ; - * patch:subject ; - * patch:remove [ - * ingen:loadedBundle - * ]; - * patch:add [ - * ingen:loadedBundle - * ] . - * @endcode - */ - bool Delta::pre_process(PreProcessContext& ctx) { -- cgit v1.2.1