summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/location.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-04-12 17:03:44 +0200
committerRobin Gareus <robin@gareus.org>2016-04-12 17:03:44 +0200
commit04c56a0618f668fac288fb2070fcf200a83aebc6 (patch)
treee57202847f903f02073c3b649dd1e3170c41822e /libs/ardour/ardour/location.h
parentdd57b33b2692e0a197d486f721eeac8168f9016a (diff)
some strategic documentation
Prevent class descriptions inheriting the doc from PBD:Stateful by adding some specific doc.
Diffstat (limited to 'libs/ardour/ardour/location.h')
-rw-r--r--libs/ardour/ardour/location.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/ardour/location.h b/libs/ardour/ardour/location.h
index fccccac144..530f757c65 100644
--- a/libs/ardour/ardour/location.h
+++ b/libs/ardour/ardour/location.h
@@ -164,6 +164,7 @@ class LIBARDOUR_API Location : public SessionHandleRef, public PBD::StatefulDest
void recompute_bbt_from_frames ();
};
+/** A collection of session locations including unique dedicated locations (loop, punch, etc) */
class LIBARDOUR_API Locations : public SessionHandleRef, public PBD::StatefulDestructible
{
public: