some strategic documentation
[ardour.git] / libs / pbd / pbd / command.h
index 337140e786f2af0ccb16dd51e6c9246069bafe8f..a9b313f4fa5ed7dee4414d0c82212f70dc80e7b4 100644 (file)
@@ -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: