From e5b2164c84d0928ce0765386095064fd946744c2 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 11 May 2012 06:05:58 +0000 Subject: Generate API documentation. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4352 a436a847-0d15-0410-975c-d299462d15a1 --- ingen/shared/URIMap.hpp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'ingen/shared/URIMap.hpp') diff --git a/ingen/shared/URIMap.hpp b/ingen/shared/URIMap.hpp index 1e8fb452..952d67ce 100644 --- a/ingen/shared/URIMap.hpp +++ b/ingen/shared/URIMap.hpp @@ -20,17 +20,18 @@ #include #include -#include - #include "ingen/shared/LV2Features.hpp" #include "lv2/lv2plug.in/ns/ext/urid/urid.h" #include "raul/URI.hpp" +#include "raul/Noncopyable.hpp" namespace Ingen { namespace Shared { -/** URI to Integer Map */ -class URIMap : public boost::noncopyable { +/** URI to integer map and implementation of LV2 URID extension. + * @ingroup IngenShared + */ +class URIMap : public Raul::Noncopyable { public: URIMap(LV2_URID_Map* map, LV2_URID_Unmap* unmap); virtual ~URIMap() {} -- cgit v1.2.1