diff trunk/src/dil/parser/ImportParser.d @ 798:c24be8d4f6ab

Added documentation comments.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Sat, 01 Mar 2008 02:53:06 +0100
parents 90668b83ae5e
children
line wrap: on
line diff
--- a/trunk/src/dil/parser/ImportParser.d	Fri Feb 29 22:51:24 2008 +0100
+++ b/trunk/src/dil/parser/ImportParser.d	Sat Mar 01 02:53:06 2008 +0100
@@ -14,6 +14,8 @@
 
 private alias TOK T;
 
+/// A light-weight parser which looks only for import statements
+/// in the source text.
 class ImportParser : Parser
 {
   this(SourceText srcText)