diff trunk/src/docgen/config/default.cfg @ 470:e48a011e687a

Initial plain text output support.
author Jari-Matti M?kel? <jmjm@iki.fi>
date Wed, 31 Oct 2007 23:03:56 +0200
parents e562d455cbbe
children 381044a3feac
line wrap: on
line diff
--- a/trunk/src/docgen/config/default.cfg	Wed Oct 31 21:42:33 2007 +0200
+++ b/trunk/src/docgen/config/default.cfg	Wed Oct 31 23:03:56 2007 +0200
@@ -34,6 +34,6 @@
     (commentFormat Doxygen)
     (depth -1)
   )
-  (outputFormats LaTeX HTML)
+  (outputFormats LaTeX HTML PlainText)
   (outputDir tmp/)
 )