diff trunk/src/dil/lexer/Lexer.d @ 798:c24be8d4f6ab

Added documentation comments.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Sat, 01 Mar 2008 02:53:06 +0100
parents cf2ad5df025c
children cb8040538772
line wrap: on
line diff
--- a/trunk/src/dil/lexer/Lexer.d	Fri Feb 29 22:51:24 2008 +0100
+++ b/trunk/src/dil/lexer/Lexer.d	Sat Mar 01 02:53:06 2008 +0100
@@ -2480,7 +2480,7 @@
     error_(this.lineNum, this.lineBegin, columnPos, mid, _arguments, _argptr);
   }
 
-  /// Forwards error parameters.
+  /// ditto
   void error(uint lineNum, char* lineBegin, char* columnPos, MID mid, ...)
   {
     error_(lineNum, lineBegin, columnPos, mid, _arguments, _argptr);