]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/source-file.hh
release: 1.3.118
[lilypond.git] / flower / include / source-file.hh
index f8a3e4a0369b467f3839957353ae565dea70115e..7e590e01c0d041ccea6f3bbb58593a211324e096 100644 (file)
@@ -47,19 +47,15 @@ public:
   char const* pos_ch_C () { return pos_ch_C_; }
   String get_str (int n);
   void set_pos (char const * pos_ch_C);
-  
-  // tbd
-  // String get_line ();
-  // String get_word ();
-  // only used in binary-source-file, currently
-
-
 public:
   Slice line_slice (char const* pos_ch_C) const;
   String line_str (char const* pos_ch_C) const;
   int column_i (char const* pos_ch_C) const;
   int char_i (char const* pos_ch_C) const;
 
+  /*
+    DOCUMENT-ME
+   */
   char const* pos_ch_C_;
 
 private: