summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/command.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/pbd/pbd/command.h
parentdd57b33b2692e0a197d486f721eeac8168f9016a (diff)
some strategic documentation
Prevent class descriptions inheriting the doc from PBD:Stateful by adding some specific doc.
Diffstat (limited to 'libs/pbd/pbd/command.h')
-rw-r--r--libs/pbd/pbd/command.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/pbd/pbd/command.h b/libs/pbd/pbd/command.h
index 337140e786..a9b313f4fa 100644
--- a/libs/pbd/pbd/command.h
+++ b/libs/pbd/pbd/command.h
@@ -28,6 +28,7 @@
#include "pbd/signals.h"
#include "pbd/statefuldestructible.h"
+/** Base class for Undo/Redo commands and changesets */
class LIBPBD_API Command : public PBD::StatefulDestructible, public PBD::ScopedConnectionList
{
public: