diff trunk/src/dil/doc/Parser.d @ 747:00f872d949ea

Added method scanCommentText() to DDocEmitter. Added method writeParams() and scanCodeSection(). Added method scanMacro() to MacroParser. Made fixes and improvements to the MacroExpander. Applied other minor fixes.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Mon, 11 Feb 2008 03:15:45 +0100
parents 7299159c3a19
children 8caf18892c1b
line wrap: on
line diff
--- a/trunk/src/dil/doc/Parser.d	Sun Feb 10 02:14:08 2008 +0100
+++ b/trunk/src/dil/doc/Parser.d	Mon Feb 11 03:15:45 2008 +0100
@@ -20,9 +20,11 @@
 }
 
 /// Parses text of the form:
+/// <pre>
 /// ident = value
 /// ident2 = value2
-///          more text
+////         more text
+/// </pre>
 struct IdentValueParser
 {
   char* p;