]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/scalar.hh
release: 0.0.40
[lilypond.git] / flower / scalar.hh
index bff21618c62de4db000573427b79e69145ad90ca..5cdfa427da053134f4db86358991558226611a63 100644 (file)
@@ -23,10 +23,10 @@ struct Scalar : public String {
     bool isnum();
     operator Real();
     operator int();
-    ///
-    operator bool() const;
-    /** perl -like string to bool conversion
+
+    /**   perl -like string to bool conversion.
      */
+    operator bool() const;
 
 };