diff trunk/src/dil/doc/Doc.d @ 769:5e3ef1b2011c

Added and improved documentation.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Sun, 17 Feb 2008 02:21:55 +0100
parents c7a5499faa77
children 939097e0990f
line wrap: on
line diff
--- a/trunk/src/dil/doc/Doc.d	Sat Feb 16 22:10:21 2008 +0100
+++ b/trunk/src/dil/doc/Doc.d	Sun Feb 17 02:21:55 2008 +0100
@@ -189,7 +189,7 @@
   /// Params:
   ///   ident = set to the Identifier
   ///   bodyBegin = set to the beginning of the text body (whitespace skipped.)
-  /// Returns: true if found
+  /// Returns: true if found.
   bool findNextIdColon(ref char[] ident, ref char* bodyBegin)
   {
     while (p < textEnd)