diff trunk/src/dil/lexer/Token.d @ 747:00f872d949ea

Added method scanCommentText() to DDocEmitter. Added method writeParams() and scanCodeSection(). Added method scanMacro() to MacroParser. Made fixes and improvements to the MacroExpander. Applied other minor fixes.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Mon, 11 Feb 2008 03:15:45 +0100
parents 95a3c28c0f64
children 6dbbb403fc58
line wrap: on
line diff
--- a/trunk/src/dil/lexer/Token.d	Sun Feb 10 02:14:08 2008 +0100
+++ b/trunk/src/dil/lexer/Token.d	Mon Feb 11 03:15:45 2008 +0100
@@ -119,7 +119,7 @@
     return tokToString[tok];
   }
 
-  /// Adds Flags.Whitespace to this token's flags.
+  /// Adds Flags. Whitespace to this token's flags.
   void setWhitespaceFlag()
   {
     this.flags |= Flags.Whitespace;