root/trunk/src/tutorials/examples/ddoc/ddoc2.d

Revision 6, 360 bytes (checked in by jcc7, 3 years ago)

Made more progress in developing convertToWiki and added some files.

Line 
1 /**
2  * Authors: Melvin D. Nerd, melvin@mailinator.com
3  * Bugs: Doesn't work for negative values.
4  * Date: March 14, 2003
5  * License: Public Domain
6  * Examples:
7  * --------------------
8  * writefln("3"); // writes '3' to stdout
9  * --------------------
10  * See_Also:
11  *    foo, bar, http://www.digitalmars.com/d/phobos/index.html
12  */
13  
14 module foo;
Note: See TracBrowser for help on using the browser.