]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/dstream.cc
release: 0.1.7
[lilypond.git] / flower / dstream.cc
index 23b77bbbc4ed51df03e99c1ef957e8683b4f48d2..ce0a51d36385413ce6bcf7a0947cd5339e56606d 100644 (file)
@@ -13,6 +13,7 @@
 #include "text-db.hh"
 #include "string-convert.hh"
 #include "assoc-iter.hh"
+
 /// indent of each level 
 const INDTAB = 2;
 
@@ -75,8 +76,6 @@ Dstream::silence(String s)
     return (*silent_assoc_p_)[s];
 }
 
-/** Output a string via the Dstream. This is the only output
- interface. It delegates all conversion to String class.  */
 Dstream &
 Dstream::operator<<(String s)
 {
@@ -172,5 +171,4 @@ Dstream::clear_silence()
     for (Assoc_iter<String, bool> i(*silent_assoc_p_); i.ok(); i++) {
        i.val() = 0;
     }
-                       
 }