summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/location.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-03-31 01:10:51 +0200
committerRobin Gareus <robin@gareus.org>2016-03-31 01:16:07 +0200
commita9187a9e25b1e44c4d15132b24d189db564fb924 (patch)
tree0b1a80702f89ead11f1d5ead96fa6c7d3ec9b7f9 /libs/ardour/ardour/location.h
parent2a578c245b6077ff4bcdaadc9c445031616bd839 (diff)
Add a few class documentations to override inherited doc.
clang doxygen comments follows class inheritance. Undocumented Ardour classes which inherit from sigc::trackable also inherit sigc's documentation.
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 f564757e1a..fccccac144 100644
--- a/libs/ardour/ardour/location.h
+++ b/libs/ardour/ardour/location.h
@@ -41,6 +41,7 @@ namespace ARDOUR {
class SceneChange;
+/** Location on Timeline - abstract representation for Markers, Loop/Punch Ranges, CD-Markers etc. */
class LIBARDOUR_API Location : public SessionHandleRef, public PBD::StatefulDestructible
{
public: