diff trunk/src/dil/lexer/IdentsGenerator.d @ 786:3b34f6a95a27

Added and revised documenation comments.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Sun, 24 Feb 2008 02:41:11 +0100
parents 9f61e8af55d5
children
line wrap: on
line diff
--- a/trunk/src/dil/lexer/IdentsGenerator.d	Sat Feb 23 21:15:56 2008 +0100
+++ b/trunk/src/dil/lexer/IdentsGenerator.d	Sun Feb 24 02:41:11 2008 +0100
@@ -11,7 +11,7 @@
   char[] idStr; /// In table.
 }
 
-/// Array of predefined identifiers.
+/// Table of predefined identifiers.
 static const StrPair[] identPairs = [
   // Predefined version identifiers:
   {"DigitalMars"}, {"X86"}, {"X86_64"},