diff trunk/src/dil/ast/NodesEnum.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 5e3ef1b2011c
children cf2ad5df025c
line wrap: on
line diff
--- a/trunk/src/dil/ast/NodesEnum.d	Sat Feb 23 21:15:56 2008 +0100
+++ b/trunk/src/dil/ast/NodesEnum.d	Sun Feb 24 02:41:11 2008 +0100
@@ -222,7 +222,10 @@
 }
 // pragma(msg, generateNodeKindMembers());
 
-// enum NodeKind;
+version(DDoc)
+  /// The node kind identifies every class that inherits from Node.
+  enum NodeKind : ushort;
+else
 mixin(
   "enum NodeKind : ushort"
   "{"