changeset 199:5e05c03d1558

First comment submit.
author Anders Johnsen <skabet@gmail.com>
date Sun, 10 Aug 2008 17:06:54 +0200
parents 55ea834c8675
children 4c121c2aa844
files ast/Decl.d dsss.conf
diffstat 2 files changed, 20 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ast/Decl.d	Sun Aug 10 17:06:54 2008 +0200
@@ -0,0 +1,14 @@
+module ast.Decl;
+/**
+  The base class for all Declarations. 
+  
+  Declarations comes in two forms:
+
+    $(OL
+    $(LI members, such as variables and functions.)
+    $(LI types, such as classes, structs.))
+
+ **/
+class Decl
+{
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/dsss.conf	Sun Aug 10 17:06:54 2008 +0200
@@ -0,0 +1,6 @@
+
+[ast]
+buildflags = -version=Tango -candydoc -Dqdoc -I.
+
+
+