diff trunk/src/dil/Information.d @ 759:9c47f377ca0b

Revised module cmd.Generate. Added class TagMapLoader. Fixed StringExpression.getString() and related code in the Parser. Added options 'xml_map' and 'html_map' to config.d
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Fri, 15 Feb 2008 02:07:53 +0100
parents 7173ece1b696
children 3b34f6a95a27
line wrap: on
line diff
--- a/trunk/src/dil/Information.d	Thu Feb 14 03:31:19 2008 +0100
+++ b/trunk/src/dil/Information.d	Fri Feb 15 02:07:53 2008 +0100
@@ -18,6 +18,11 @@
 {
   Information[] info;
 
+  bool hasInfo()
+  {
+    return info.length != 0;
+  }
+
   void opCatAssign(Information info)
   {
     this.info ~= info;