From 0b8fb97c07cd981046152f2ead8c46bc838c92b7 Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Tue, 15 Apr 2014 12:04:18 -0700 Subject: [PATCH] Update documentation on LexerRange.popFrontN --- stdx/lexer.d | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stdx/lexer.d b/stdx/lexer.d index ffc79bb..26572dd 100644 --- a/stdx/lexer.d +++ b/stdx/lexer.d @@ -729,7 +729,8 @@ struct LexerRange } /** - * Implements the algorithm _popFrontN more efficiently. + * Implements the algorithm _popFrontN more efficiently. This function does + * not detect or handle newlines. */ void popFrontN(size_t n) pure nothrow @safe {