From 04c56a0618f668fac288fb2070fcf200a83aebc6 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 12 Apr 2016 17:03:44 +0200 Subject: some strategic documentation Prevent class descriptions inheriting the doc from PBD:Stateful by adding some specific doc. --- libs/pbd/pbd/command.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libs/pbd/pbd/command.h') 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: -- cgit v1.2.3