some strategic documentation
[ardour.git] / libs / pbd / pbd / controllable.h
index 5ac6895d6feac291604f6dbbf22d79ff195ae5c3..cd26ff019f09ca3924c2eeb1c9dd22e07193bbfe 100644 (file)
@@ -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 {