diff trunk/src/config.d @ 721:8955296dd807

Added ddoc_files option to config.d
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Fri, 01 Feb 2008 16:40:35 +0100
parents f203c5248d0b
children f4b9680c0e16
line wrap: on
line diff
--- a/trunk/src/config.d	Fri Feb 01 15:40:32 2008 +0100
+++ b/trunk/src/config.d	Fri Feb 01 16:40:35 2008 +0100
@@ -3,7 +3,9 @@
 // Path to the language file.
 var langfile = "lang_en.d";
 // An array of import paths to look for modules.
-var import_paths = [];
+var import_paths = []; // E.g.: ["src/", "import/"]
+// DDoc macro file paths.
+var ddoc_files = []; // E.g.: ["src/mymacros.ddoc", "othermacros.ddoc"]
 /*
   Customizing error messages.
   0: file path to the source text.