diff trunk/src/dil/semantic/Symbols.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 efa5fcb9aa14
children f4b9680c0e16
line wrap: on
line diff
--- a/trunk/src/dil/semantic/Symbols.d	Sun Feb 10 02:14:08 2008 +0100
+++ b/trunk/src/dil/semantic/Symbols.d	Mon Feb 11 03:15:45 2008 +0100
@@ -24,7 +24,7 @@
     super(sid, name, node);
   }
 
-  /// Look up ident in the table.
+  /// Look up name in the table.
   Symbol lookup(Identifier* name)
   {
     return symbolTable.lookup(name);