diff options
Diffstat (limited to 'src/engine/events/SetMetadata.hpp')
-rw-r--r-- | src/engine/events/SetMetadata.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/engine/events/SetMetadata.hpp b/src/engine/events/SetMetadata.hpp index a3aadfa9..f9f375fc 100644 --- a/src/engine/events/SetMetadata.hpp +++ b/src/engine/events/SetMetadata.hpp @@ -30,6 +30,9 @@ class GraphObjectImpl; class PatchImpl; class CompiledPatch; +namespace Events { + + /** \page methods * <h2>POST</h2> * As per HTTP (RFC2616 S9.5). @@ -96,5 +99,6 @@ private: } // namespace Ingen +} // namespace Events #endif // SETMETADATAEVENT_H |