summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/controllable.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/controllable.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/controllable.h')
-rw-r--r--libs/pbd/pbd/controllable.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libs/pbd/pbd/controllable.h b/libs/pbd/pbd/controllable.h
index 5ac6895d6f..cd26ff019f 100644
--- a/libs/pbd/pbd/controllable.h
+++ b/libs/pbd/pbd/controllable.h
@@ -37,7 +37,7 @@ class XMLNode;
namespace PBD {
-/* This is a pure virtual class to represent a scalar control.
+/** This is a pure virtual class to represent a scalar control.
*
* Note that it contains no storage/state for the controllable thing that it
* represents. Derived classes must provide set_value()/get_value() methods,
@@ -49,7 +49,6 @@ namespace PBD {
* as a control whose value can range between 0 and 1.0.
*
*/
-
class LIBPBD_API Controllable : public PBD::StatefulDestructible {
public:
enum Flag {