]> git.donarmstrong.com Git - lilypond.git/commitdiff
flower-1.0.2
authorfred <fred>
Fri, 11 Oct 1996 16:09:21 +0000 (16:09 +0000)
committerfred <fred>
Fri, 11 Oct 1996 16:09:21 +0000 (16:09 +0000)
flower/list.hh

index 97e672f2e091df7499f7162818f0b35bc52bb193..a45252b8c3fb9d6020e479168cd1c69ed4beecfe 100644 (file)
@@ -35,7 +35,12 @@ class List
     /// put thing before #before_me#
     void insert( const T& thing, Cursor<T> before_me );
     virtual void remove( Cursor<T> me );
+    /**
+      Remove link pointed to by me.
 
+      POST
+      none; WARNING: do not use #me#.
+     */
     int size_;
     Link<T>* top_;
     Link<T>* bottom_;