diff trunk/src/docgen/docgen.d @ 395:ac9cd48151b6

Added couple of docgen modules.
author Jari-Matti M?kel? <jmjm@iki.fi>
date Wed, 19 Sep 2007 23:12:20 +0300
parents
children 13ecfb4278a4
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/trunk/src/docgen/docgen.d	Wed Sep 19 23:12:20 2007 +0300
@@ -0,0 +1,22 @@
+/**
+ * Author: Jari-Matti Mäkelä
+ * License: GPL3
+ */
+module trunk.src.docgen.docgen;
+
+import docgen.modulegraph.writer;
+
+struct DocGeneratorOptions {
+  GraphWriterOptions graph;
+  ListingsOptions listings;
+  CommentFormat commentFormat;
+}
+
+/**
+ * Main routine for doc generation.
+ */
+class DocGenerator {
+  public static void generate() {
+
+  }
+}
\ No newline at end of file