diff mde/mergetag/Writer.d @ 15:4608be19ebe2

Use OS paths (linux only for now), merging multiple paths. Init changes regarding options. Reorganised policies.txt a little. Implemented mde.resource.paths to read config from appropriate paths (currently linux only). Changed Init to load options before all other delegates are run and set logging level from options. committer: Diggory Hardy <diggory.hardy@gmail.com>
author Diggory Hardy <diggory.hardy@gmail.com>
date Fri, 14 Mar 2008 11:39:45 +0000
parents 0047b364b6d9
children 5f90774ea1ef
line wrap: on
line diff
--- a/mde/mergetag/Writer.d	Fri Mar 07 17:51:02 2008 +0000
+++ b/mde/mergetag/Writer.d	Fri Mar 14 11:39:45 2008 +0000
@@ -244,7 +244,7 @@
 class DualWriter : IWriter {
     /** The individual writers.
     *
-    * Potentially could be used directly, but I'd suggest not. */
+    * Potentially could be used directly, but there should be no need. */
     MTTWriter mtt;
     //MTBWriter mtb;  /** ditto */