diff trunk/src/common.d @ 786:3b34f6a95a27

Added and revised documenation comments.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Sun, 24 Feb 2008 02:41:11 +0100
parents 33b566df6af4
children
line wrap: on
line diff
--- a/trunk/src/common.d	Sat Feb 23 21:15:56 2008 +0100
+++ b/trunk/src/common.d	Sun Feb 24 02:41:11 2008 +0100
@@ -7,10 +7,12 @@
 public import tango.io.Stdout;
 public import tango.text.convert.Layout;
 
+/// String aliases.
 alias char[] string;
-alias wchar[] wstring;
-alias dchar[] dstring;
+alias wchar[] wstring; /// ditto
+alias dchar[] dstring; /// ditto
 
+/// Global formatter instance.
 static Layout!(char) Format;
 static this()
 {