lib/standard/stream: Fix doc of buffer_reset
authorLucas Bajolet <r4pass@hotmail.com>
Tue, 11 Aug 2015 13:45:33 +0000 (09:45 -0400)
committerLucas Bajolet <r4pass@hotmail.com>
Fri, 14 Aug 2015 17:34:43 +0000 (13:34 -0400)
Signed-off-by: Lucas Bajolet <r4pass@hotmail.com>

lib/standard/stream.nit
tests/sav/nitpick_args1.res

index 02eb965..deb42d8 100644 (file)
@@ -457,6 +457,7 @@ abstract class BufferedReader
                return c
        end
 
+       # Resets the internal buffer
        fun buffer_reset do
                _buffer_length = 0
                _buffer_pos = 0
index f9e2cbb..84ff5ce 100644 (file)
@@ -1,4 +1,3 @@
-../lib/standard/stream.nit:451,6--17: Documentation warning: Undocumented property `buffer_reset`
 test_advice_repeated_types.nit:36,15--20: Warning: useless type repetition on redefined attribute `_a`
 test_advice_repeated_types.nit:37,18--20: Warning: useless type repetition on parameter `b1` for redefined method `b`
 test_advice_repeated_types.nit:38,18--20: Warning: useless type repetition on parameter `c1` for redefined method `c`