diff --git a/std/__fileinit.d b/std/__fileinit.d
index eb78e17ca..4973509c9 100644
--- a/std/__fileinit.d
+++ b/std/__fileinit.d
@@ -7,8 +7,10 @@
* Copyright: Copyright Digital Mars 2008 - 2009.
* License: Boost License 1.0.
* Authors: $(WEB digitalmars.com, Walter Bright)
- *
- * Copyright Digital Mars 2008 - 2009.
+ * Source: $(PHOBOSSRC std/___fileinit.d)
+ */
+
+/* Copyright Digital Mars 2008 - 2009.
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE_1_0.txt or copy at
* http://www.boost.org/LICENSE_1_0.txt)
diff --git a/std/algorithm.d b/std/algorithm.d
index 501957f70..c6470ec05 100644
--- a/std/algorithm.d
+++ b/std/algorithm.d
@@ -34,6 +34,7 @@ sort!("a > b")(a); // predicate as string
sort(a); // no predicate, "a < b" is implicit
----
+Source: $(PHOBOSSRC std/_algorithm.d)
Macros:
WIKI = Phobos/StdAlgorithm
diff --git a/std/array.d b/std/array.d
index 8cab16d0b..b35703ec1 100644
--- a/std/array.d
+++ b/std/array.d
@@ -1,12 +1,14 @@
// Written in the D programming language.
/**
+Functions and types that manipulate built-in arrays.
+
Copyright: Copyright Andrei Alexandrescu 2008-.
License: $(WEB boost.org/LICENSE_1_0.txt, Boost License 1.0).
Authors: $(WEB erdani.org, Andrei Alexandrescu)
-Functions and types that manipulate built-in arrays.
+Source: $(PHOBOSSRC std/_array.d)
*/
module std.array;
diff --git a/std/base64.d b/std/base64.d
index a4d83880d..ea09cb3af 100644
--- a/std/base64.d
+++ b/std/base64.d
@@ -27,6 +27,7 @@
* Copyright: Masahiro Nakagawa 2010-.
* License: $(WEB boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: Masahiro Nakagawa, Daniel Murphy (Single value Encoder and Decoder)
+ * Source: $(PHOBOSSRC std/_base64.d)
*/
module std.base64;
diff --git a/std/bigint.d b/std/bigint.d
index a13ed122e..ec3375485 100644
--- a/std/bigint.d
+++ b/std/bigint.d
@@ -15,6 +15,7 @@
*
* License: Boost License 1.0.
* Authors: Don Clugston
+ * Source: $(PHOBOSSRC std/_bigint.d)
*/
/* Copyright Don Clugston 2008 - 2010.
* Distributed under the Boost Software License, Version 1.0.
diff --git a/std/bind.d b/std/bind.d
index 6a68a1600..8e8ee75a0 100644
--- a/std/bind.d
+++ b/std/bind.d
@@ -13,6 +13,7 @@
* Copyright: Copyright Tomasz Stachowiak 2006 - 2009.
* License: Boost License 1.0.
* Authors: Tomasz Stachowiak
+ * Source: $(PHOBOSSRC std/_bind.d)
*/
/* Copyright Tomasz Stachowiak 2006 - 2009.
* Distributed under the Boost Software License, Version 1.0.
diff --git a/std/bitmanip.d b/std/bitmanip.d
index a6123cfaa..efb620456 100644
--- a/std/bitmanip.d
+++ b/std/bitmanip.d
@@ -7,13 +7,14 @@ Macros:
WIKI = StdBitarray
-Copyright: Copyright Digital Mars 2007 - 2009.
+Copyright: Copyright Digital Mars 2007 - 2011.
License: Boost License 1.0.
Authors: $(WEB digitalmars.com, Walter Bright),
$(WEB erdani.org, Andrei Alexandrescu)
+Source: $(PHOBOSSRC std/_bitmanip.d)
*/
/*
- Copyright Digital Mars 2007 - 2009.
+ Copyright Digital Mars 2007 - 2011.
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
diff --git a/std/compiler.d b/std/compiler.d
index 7e9f18a5e..77580c916 100644
--- a/std/compiler.d
+++ b/std/compiler.d
@@ -6,11 +6,12 @@
* Macros:
* WIKI = Phobos/StdCompiler
*
- * Copyright: Copyright Digital Mars 2000 - 2009.
+ * Copyright: Copyright Digital Mars 2000 - 2011.
* License: Boost License 1.0.
* Authors: $(WEB digitalmars.com, Walter Bright)
+ * Source: $(PHOBOSSRC std/_compiler.d)
*/
-/* Copyright Digital Mars 2000 - 2009.
+/* Copyright Digital Mars 2000 - 2011.
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE_1_0.txt or copy at
* http://www.boost.org/LICENSE_1_0.txt)
diff --git a/std/complex.d b/std/complex.d
index 08f5222df..61f8820f1 100644
--- a/std/complex.d
+++ b/std/complex.d
@@ -6,6 +6,7 @@
Authors: Lars Tandle Kyllingstad
Copyright: Copyright (c) 2010, Lars T. Kyllingstad.
License: $(WEB boost.org/LICENSE_1_0.txt, Boost License 1.0)
+ Source: $(PHOBOSSRC std/_complex.d)
*/
module std.complex;
diff --git a/std/concurrency.d b/std/concurrency.d
index 854cef1af..620e254bd 100644
--- a/std/concurrency.d
+++ b/std/concurrency.d
@@ -15,6 +15,7 @@
* Copyright: Copyright Sean Kelly 2009 - 2010.
* License: Boost License 1.0.
* Authors: Sean Kelly
+ * Source: $(PHOBOSSRC std/_concurrency.d)
*/
/* Copyright Sean Kelly 2009 - 2010.
* Distributed under the Boost Software License, Version 1.0.
diff --git a/std/container.d b/std/container.d
index edc93104d..7d1fc902a 100755
--- a/std/container.d
+++ b/std/container.d
@@ -3,6 +3,7 @@
/**
Defines generic _containers.
+Source: $(PHOBOSSRC std/_container.d)
Macros:
WIKI = Phobos/StdContainer
TEXTWITHCOMMAS = $0
diff --git a/std/contracts.d b/std/contracts.d
index 75e2156a3..60ae81ecc 100644
--- a/std/contracts.d
+++ b/std/contracts.d
@@ -3,6 +3,7 @@
/**
This module has been scheduled for deprecation. Use $(D
std.exception) instead.
+ Source: $(PHOBOSSRC std/_contracts.d)
*/
module std.contracts;
diff --git a/std/conv.d b/std/conv.d
index 767f7071a..cdf5822f1 100644
--- a/std/conv.d
+++ b/std/conv.d
@@ -12,7 +12,7 @@ Authors: $(WEB digitalmars.com, Walter Bright),
Shin Fujishiro,
Adam D. Ruppe
-Copyright: Copyright Digital Mars 2007-.
+Source: $(PHOBOSSRC std/_conv.d)
*/
module std.conv;
diff --git a/std/cpuid.d b/std/cpuid.d
index c1512ba7c..c42e87d78 100644
--- a/std/cpuid.d
+++ b/std/cpuid.d
@@ -33,6 +33,7 @@ Macros:
Copyright: Copyright Tomas Lindquist Olsen 2007 - 2009.
License: Boost License 1.0.
Authors: Tomas Lindquist Olsen <tomas@famolsen.dk>
+Source: $(PHOBOSSRC std/_cpuid.d)
*/
/*
* Copyright Tomas Lindquist Olsen 2007 - 2009.
diff --git a/std/cstream.d b/std/cstream.d
index 75d9d0880..3616eb4eb 100644
--- a/std/cstream.d
+++ b/std/cstream.d
@@ -10,6 +10,7 @@
* Copyright: Copyright Ben Hinkle 2007 - 2009.
* License: Boost License 1.0.
* Authors: Ben Hinkle
+ * Source: $(PHOBOSSRC std/_cstream.d)
*/
/* Copyright Ben Hinkle 2007 - 2009.
* Distributed under the Boost Software License, Version 1.0.
diff --git a/std/ctype.d b/std/ctype.d
index 1068329d5..a77eeec47 100644
--- a/std/ctype.d
+++ b/std/ctype.d
@@ -12,6 +12,7 @@
* Copyright: Copyright Digital Mars 2000 - 2009.
* License: Boost License 1.0.
* Authors: $(WEB digitalmars.com, Walter Bright)
+ * Source: $(PHOBOSSRC std/_ctype.d)
*/
/* Copyright Digital Mars 2000 - 2009.
* Distributed under the Boost Software License, Version 1.0.
diff --git a/std/date.d b/std/date.d
index 733429c0d..2124f8e4a 100644
--- a/std/date.d
+++ b/std/date.d
@@ -16,6 +16,7 @@
* Copyright: Copyright Digital Mars 2000 - 2009.
* License: Boost License 1.0.
* Authors: $(WEB digitalmars.com, Walter Bright)
+ * Source: $(PHOBOSSRC std/_date.d)
*/
/* Copyright Digital Mars 2000 - 2009.
* Distributed under the Boost Software License, Version 1.0.
diff --git a/std/datebase.d b/std/datebase.d
index e70067f38..e12561ef6 100644
--- a/std/datebase.d
+++ b/std/datebase.d
@@ -7,7 +7,9 @@
* Copyright: Copyright Digital Mars 2000 - 2009.
* License: Boost License 1.0.
* Authors: $(WEB digitalmars.com, Walter Bright)
- *
+ * Source: $(PHOBOSSRC std/_datebase.d)
+ */
+/*
* Copyright Digital Mars 2000 - 2009.
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE_1_0.txt or copy at
diff --git a/std/dateparse.d b/std/dateparse.d
index 51ad837ee..4d57e7410 100644
--- a/std/dateparse.d
+++ b/std/dateparse.d
@@ -8,7 +8,9 @@
* Copyright: Copyright Digital Mars 2000 - 2009.
* License: Boost License 1.0.
* Authors: $(WEB digitalmars.com, Walter Bright)
- *
+ * Source: $(PHOBOSSRC std/_dateparse.d)
+ */
+/*
* Copyright Digital Mars 2000 - 2009.
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE_1_0.txt or copy at
diff --git a/std/datetime.d b/std/datetime.d
index 792480796..60898b3f1 100644
--- a/std/datetime.d
+++ b/std/datetime.d
@@ -84,6 +84,7 @@ auto restoredTime = SysTime.fromISOExtendedString(timeString);
Copyright: Copyright 2010
License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
Authors: Jonathan M Davis and Kato Shoichi
+ Source: $(PHOBOSSRC std/_datetime.d)
+/
module std.datetime;
diff --git a/std/demangle.d b/std/demangle.d
index 2df4ec0aa..c10d24e25 100644
--- a/std/demangle.d
+++ b/std/demangle.d
@@ -10,6 +10,7 @@
* License: Boost License 1.0.
* Authors: $(WEB digitalmars.com, Walter Bright),
* Thomas Kuehne, Frits van Bommel
+ * Source: $(PHOBOSSRC std/_demangle.d)
*/
/*
* Copyright Digital Mars 2000 - 2009.
diff --git a/std/encoding.d b/std/encoding.d
index 4273a212d..ce6cb2aac 100755
--- a/std/encoding.d
+++ b/std/encoding.d
@@ -41,6 +41,7 @@ Macros:
Copyright: Copyright Janice Caron 2008 - 2009.
License: Boost License 1.0.
Authors: Janice Caron
+Source: $(PHOBOSSRC std/_encoding.d)
*/
/*
Copyright Janice Caron 2008 - 2009.
diff --git a/std/exception.d b/std/exception.d
index 8f5eb0410..85dd6b07d 100644
--- a/std/exception.d
+++ b/std/exception.d
@@ -30,7 +30,7 @@
* Copyright: Copyright Andrei Alexandrescu 2008-.
* License: $(WEB boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Authors: $(WEB erdani.org, Andrei Alexandrescu)
- *
+ * Source: $(PHOBOSSRC std/_exception.d)
*/
module std.exception;
diff --git a/std/file.d b/std/file.d
index 9cb45fe36..c04d47a1d 100644
--- a/std/file.d
+++ b/std/file.d
@@ -9,11 +9,12 @@ to module $(D $(LINK2 std_stdio.html,std.stdio)).
Macros:
WIKI = Phobos/StdFile
-Copyright: Copyright Digital Mars 2007 - 2009.
+Copyright: Copyright Digital Mars 2007 - 2011.
License: $(WEB boost.org/LICENSE_1_0.txt, Boost License 1.0).
Authors: $(WEB digitalmars.com, Walter Bright),
$(WEB erdani.org, Andrei Alexandrescu),
Jonathan M Davis
+Source: $(PHOBOSSRC std/_file.d)
*/
module std.file;
diff --git a/std/format.d b/std/format.d
index 304a901c5..08fac8f3b 100644
--- a/std/format.d
+++ b/std/format.d
@@ -13,6 +13,8 @@
Authors: $(WEB digitalmars.com, Walter Bright), $(WEB erdani.com,
Andrei Alexandrescu)
+
+ Source: $(PHOBOSSRC std/_format.d)
*/
module std.format;
diff --git a/std/functional.d b/std/functional.d
index a5c396ad0..e404efc12 100644
--- a/std/functional.d
+++ b/std/functional.d
@@ -10,6 +10,7 @@ WIKI = Phobos/StdFunctional
Copyright: Copyright Andrei Alexandrescu 2008 - 2009.
License: $(WEB boost.org/LICENSE_1_0.txt, Boost License 1.0).
Authors: $(WEB erdani.org, Andrei Alexandrescu)
+Source: $(PHOBOSSRC std/_functional.d)
*/
/*
Copyright Andrei Alexandrescu 2008 - 2009.
diff --git a/std/getopt.d b/std/getopt.d
index f959c871a..295c459ed 100644
--- a/std/getopt.d
+++ b/std/getopt.d
@@ -22,6 +22,7 @@ Credits: This module and its documentation are inspired by Perl's $(WEB
D's $(D getopt) is simpler than its Perl counterpart because $(D
getopt) infers the expected parameter types from the static types of
the passed-in pointers.
+Source: $(PHOBOSSRC std/_getopt.d)
*/
/*
Copyright Andrei Alexandrescu 2008 - 2009.
diff --git a/std/gregorian.d b/std/gregorian.d
index eba1fd72f..169655954 100644
--- a/std/gregorian.d
+++ b/std/gregorian.d
@@ -9,6 +9,7 @@ WIKI = Phobos/StdGregorian
Copyright: Copyright Andrei Alexandrescu 2008 - 2009.
License: Boost License 1.0.
Authors: $(WEB erdani.org, Andrei Alexandrescu)
+Source: $(PHOBOSSRC std/_gregorian.d)
*/
/*
Copyright Andrei Alexandrescu 2010-.
diff --git a/std/intrinsic.d b/std/intrinsic.d
index 4bb939479..e5b91877b 100644
--- a/std/intrinsic.d
+++ b/std/intrinsic.d
@@ -16,6 +16,7 @@
* Copyright: Public Domain
* License: Public Domain
* Authors: Walter Bright
+ * Source: $(PHOBOSSRC std/_intrinsic.d)
* Macros:
* WIKI=Phobos/StdIntrinsic
*/
diff --git a/std/json.d b/std/json.d
index 895a082af..a106fead6 100644
--- a/std/json.d
+++ b/std/json.d
@@ -7,6 +7,7 @@ Copyright: Copyright Jeremie Pelletier 2008 - 2009.
License: Boost License 1.0.
Authors: Jeremie Pelletier
References: $(LINK http://json.org/)
+Source: $(PHOBOSSRC std/_json.d)
*/
/*
Copyright Jeremie Pelletier 2008 - 2009.
diff --git a/std/loader.d b/std/loader.d
index 048fc8068..5dbc8ed14 100644
--- a/std/loader.d
+++ b/std/loader.d
@@ -38,6 +38,7 @@
/** \file D/std/loader.d This file contains the \c D standard library
* executable module loader library, and the ExeModule class.
+ * Source: $(PHOBOSSRC std/_loader.d)
*/
/* ////////////////////////////////////////////////////////////////////////// */
diff --git a/std/math.d b/std/math.d
index 60d110759..35695917b 100644
--- a/std/math.d
+++ b/std/math.d
@@ -49,10 +49,11 @@
* SQRT = √
* HALF = ½
*
- * Copyright: Copyright Digital Mars 2000 - 2009.
+ * Copyright: Copyright Digital Mars 2000 - 2011.
* License: Boost License 1.0.
* Authors: $(WEB digitalmars.com, Walter Bright),
* Don Clugston
+ * Source: $(PHOBOSSRC std/_math.d)
*/
module std.math;
diff --git a/std/mathspecial.d b/std/mathspecial.d
index 05e4adfbb..63732476d 100644
--- a/std/mathspecial.d
+++ b/std/mathspecial.d
@@ -52,6 +52,7 @@
* Copyright (C) 1994 Stephen L. Moshier (moshier@world.std.com).
* License: Boost License 1.0.
* Authors: Stephen L. Moshier (original C code). Conversion to D by Don Clugston
+ * Source: $(PHOBOSSRC std/_mathspecial.d)
*/
module std.mathspecial;
public import std.math;
diff --git a/std/md5.d b/std/md5.d
index da2cbe8af..b6a848ab5 100644
--- a/std/md5.d
+++ b/std/md5.d
@@ -20,6 +20,8 @@
* References:
* $(LINK2 http://en.wikipedia.org/wiki/Md5, Wikipedia on MD5)
*
+ * Source: $(PHOBOSSRC std/_md5.d)
+ *
* Macros:
* WIKI = Phobos/StdMd5
*/
diff --git a/std/metastrings.d b/std/metastrings.d
index 90b42b6f7..e1301022c 100644
--- a/std/metastrings.d
+++ b/std/metastrings.d
@@ -10,6 +10,7 @@ Copyright: Copyright Digital Mars 2007 - 2009.
License: Boost License 1.0.
Authors: $(WEB digitalmars.com, Walter Bright),
Don Clugston
+Source: $(PHOBOSSRC std/_metastrings.d)
*/
/*
Copyright Digital Mars 2007 - 2009.
diff --git a/std/mmfile.d b/std/mmfile.d
index a32cf04e8..5b87908a8 100644
--- a/std/mmfile.d
+++ b/std/mmfile.d
@@ -9,6 +9,7 @@
* License: Boost License 1.0.
* Authors: $(WEB digitalmars.com, Walter Bright),
* Matthew Wilson
+ * Source: $(PHOBOSSRC std/_mmfile.d)
*/
/* Copyright Digital Mars 2004 - 2009.
* Distributed under the Boost Software License, Version 1.0.
diff --git a/std/numeric.d b/std/numeric.d
index e920ebef1..cf75a39b1 100644
--- a/std/numeric.d
+++ b/std/numeric.d
@@ -13,6 +13,7 @@ Copyright: Copyright Andrei Alexandrescu 2008 - 2009.
License: Boost License 1.0.
Authors: $(WEB erdani.org, Andrei Alexandrescu),
Don Clugston, Robert Jacques
+Source: $(PHOBOSSRC std/_numeric.d)
*/
/*
Copyright Andrei Alexandrescu 2008 - 2009.
diff --git a/std/outbuffer.d b/std/outbuffer.d
index 5c24a8110..4cd7de30f 100644
--- a/std/outbuffer.d
+++ b/std/outbuffer.d
@@ -9,6 +9,7 @@
* Copyright: Copyright Digital Mars 2000 - 2009.
* License: Boost License 1.0.
* Authors: $(WEB digitalmars.com, Walter Bright)
+ * Source: $(PHOBOSSRC std/_outbuffer.d)
*/
/* Copyright Digital Mars 2000 - 2009.
* Distributed under the Boost Software License, Version 1.0.
diff --git a/std/path.d b/std/path.d
index 104cc2aec..3bb2a3f84 100644
--- a/std/path.d
+++ b/std/path.d
@@ -16,6 +16,7 @@
* Authors: $(WEB digitalmars.com, Walter Bright),
* Grzegorz Adam Hankiewicz, Thomas Kühne, Bill Baxter,
* $(WEB erdani.org, Andrei Alexandrescu)
+ * Source: $(PHOBOSSRC std/_path.d)
*/
module std.path;
diff --git a/std/perf.d b/std/perf.d
index d5a026f94..be3166f98 100644
--- a/std/perf.d
+++ b/std/perf.d
@@ -50,6 +50,8 @@ writefln("Time elapsed: %s msec", elapsedMsec);
* Author:
* Matthew Wilson
*
+ * Source: $(PHOBOSSRC std/_perf.d)
+ *
* Macros:
* WIKI=Phobos/StdPerf
*/
@@ -896,4 +898,4 @@ else
static assert(platform_not_supported);
}
-
\ No newline at end of file
+
diff --git a/std/process.d b/std/process.d
index 37265f74e..534f7f371 100644
--- a/std/process.d
+++ b/std/process.d
@@ -14,6 +14,7 @@ Copyright: Copyright Digital Mars 2007 - 2009.
License: Boost License 1.0.
Authors: $(WEB digitalmars.com, Walter Bright),
$(WEB erdani.org, Andrei Alexandrescu)
+Source: $(PHOBOSSRC std/_process.d)
*/
/*
Copyright Digital Mars 2007 - 2009.
diff --git a/std/random.d b/std/random.d
index aa53afd7b..dc4fecac7 100644
--- a/std/random.d
+++ b/std/random.d
@@ -34,6 +34,8 @@ distributions, which skew a generator's output statistical
distribution in various ways. So far the uniform distribution for
integers and real numbers have been implemented.
+Source: $(PHOBOSSRC std/_random.d)
+
Macros:
WIKI = Phobos/StdRandom
diff --git a/std/range.d b/std/range.d
index 7b45aaaa0..7548b3c5a 100644
--- a/std/range.d
+++ b/std/range.d
@@ -13,6 +13,7 @@ WIKI = Phobos/StdRange
Copyright: Copyright Andrei Alexandrescu 2008-.
License: $(WEB boost.org/LICENSE_1_0.txt, Boost License 1.0).
Authors: $(WEB erdani.org, Andrei Alexandrescu), David Simcha
+Source: $(PHOBOSSRC std/_range.d)
*/
module std.range;
diff --git a/std/regex.d b/std/regex.d
index ea1158796..683148f91 100644
--- a/std/regex.d
+++ b/std/regex.d
@@ -58,6 +58,7 @@ Copyright: Copyright Digital Mars 2000 - 2009.
License: Boost License 1.0.
Authors: $(WEB digitalmars.com, Walter Bright),
$(WEB erdani.org, Andrei Alexandrescu)
+Source: $(PHOBOSSRC std/_regex.d)
*/
/*
Copyright Digital Mars 2000 - 2009.
diff --git a/std/regexp.d b/std/regexp.d
index 54b3fc11e..7243ef184 100644
--- a/std/regexp.d
+++ b/std/regexp.d
@@ -81,11 +81,12 @@
* WIKI = StdRegexp
* DOLLAR = $
*
- * Copyright: Copyright Digital Mars 2000 - 2009.
+ * Copyright: Copyright Digital Mars 2000 - 2011.
* License: Boost License 1.0.
* Authors: $(WEB digitalmars.com, Walter Bright)
+ * Source: $(PHOBOSSRC std/_regexp.d)
*/
-/* Copyright Digital Mars 2000 - 2009.
+/* Copyright Digital Mars 2000 - 2011.
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE_1_0.txt or copy at
* http://www.boost.org/LICENSE_1_0.txt)
diff --git a/std/signals.d b/std/signals.d
index 19522ec89..45b56a014 100644
--- a/std/signals.d
+++ b/std/signals.d
@@ -52,6 +52,7 @@
* Copyright: Copyright Digital Mars 2000 - 2009.
* License: Boost License 1.0.
* Authors: $(WEB digitalmars.com, Walter Bright)
+ * Source: $(PHOBOSSRC std/_signals.d)
*/
/* Copyright Digital Mars 2000 - 2009.
* Distributed under the Boost Software License, Version 1.0.
diff --git a/std/socket.d b/std/socket.d
index 1470dd283..888aba24c 100644
--- a/std/socket.d
+++ b/std/socket.d
@@ -30,6 +30,7 @@
* Notes: For Win32 systems, link with ws2_32.lib.
* Example: See /dmd/samples/d/listener.d.
* Authors: Christopher E. Miller
+ * Source: $(PHOBOSSRC std/_socket.d)
* Macros:
* WIKI=Phobos/StdSocket
*/
diff --git a/std/socketstream.d b/std/socketstream.d
index a8afa5da7..3032a53c3 100644
--- a/std/socketstream.d
+++ b/std/socketstream.d
@@ -31,6 +31,7 @@
* Authors: Christopher E. Miller
* References:
* $(LINK2 std_stream.html, std.stream)
+ * Source: $(PHOBOSSRC std/_socketstream.d)
* Macros: WIKI=Phobos/StdSocketstream
*/
diff --git a/std/stdarg.d b/std/stdarg.d
index 829481280..26c20e1ec 100644
--- a/std/stdarg.d
+++ b/std/stdarg.d
@@ -6,8 +6,9 @@
* Copyright: Copyright Hauke Duden 2004 - 2009.
* License: Boost License 1.0.
* Authors: Hauke Duden, $(WEB digitalmars.com, Walter Bright)
- *
- * Copyright Hauke Duden 2004 - 2009.
+ * Source: $(PHOBOSSRC std/_stdarg.d)
+ */
+/* Copyright Hauke Duden 2004 - 2009.
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE_1_0.txt or copy at
* http://www.boost.org/LICENSE_1_0.txt)
diff --git a/std/stdint.d b/std/stdint.d
index 6202043d1..69873b578 100644
--- a/std/stdint.d
+++ b/std/stdint.d
@@ -118,6 +118,7 @@
* Copyright: Copyright Digital Mars 2000 - 2009.
* License: Boost License 1.0.
* Authors: $(WEB digitalmars.com, Walter Bright)
+ * Source: $(PHOBOSSRC std/_stdint.d)
*/
/* Copyright Digital Mars 2000 - 2009.
* Distributed under the Boost Software License, Version 1.0.
diff --git a/std/stdiobase.d b/std/stdiobase.d
index 144061810..805d8b6ce 100644
--- a/std/stdiobase.d
+++ b/std/stdiobase.d
@@ -7,8 +7,9 @@
* Copyright: Copyright Andrei Alexandrescu 2008 - 2009.
* License: Boost License 1.0.
* Authors: $(WEB erdani.org, Andrei Alexandrescu)
- *
- * Copyright Andrei Alexandrescu 2008 - 2009.
+ * Source: $(PHOBOSSRC std/_stdiobase.d)
+ */
+/* Copyright Andrei Alexandrescu 2008 - 2009.
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE_1_0.txt or copy at
* http://www.boost.org/LICENSE_1_0.txt)
diff --git a/std/stream.d b/std/stream.d
index 4be9ff17b..2bfb544c3 100644
--- a/std/stream.d
+++ b/std/stream.d
@@ -1,6 +1,7 @@
// Written in the D programming language
/**
+ * Source: $(PHOBOSSRC std/_stream.d)
* Macros:
* WIKI = Phobos/StdStream
*/
diff --git a/std/string.d b/std/string.d
index 245ac662b..fd4c82051 100644
--- a/std/string.d
+++ b/std/string.d
@@ -16,6 +16,8 @@ License: $(WEB boost.org/LICENSE_1_0.txt, Boost License 1.0).
Authors: $(WEB digitalmars.com, Walter Bright), $(WEB erdani.org,
Andrei Alexandrescu)
+
+Source: $(PHOBOSSRC std/_string.d)
$(B $(RED IMPORTANT NOTE:)) Beginning with version 2.052, the
following symbols have been generalized beyond strings and moved to
diff --git a/std/syserror.d b/std/syserror.d
index ac9f6acb7..cfeeb0c2d 100644
--- a/std/syserror.d
+++ b/std/syserror.d
@@ -1,7 +1,12 @@
// Written in the D programming language
// Placed in public domain.
// Written by Walter Bright
-// Convert Win32 error code to string
+
+/**
+ Convert Win32 error code to string
+
+ Source: $(PHOBOSSRC std/_syserror.d)
+*/
module std.syserror;
diff --git a/std/system.d b/std/system.d
index b1e6a9b12..8b205cbb4 100644
--- a/std/system.d
+++ b/std/system.d
@@ -9,6 +9,7 @@
* Copyright: Copyright Digital Mars 2000 - 2009.
* License: Boost License 1.0.
* Authors: $(WEB digitalmars.com, Walter Bright)
+ * Source: $(PHOBOSSRC std/_system.d)
*/
/* Copyright Digital Mars 2000 - 2009.
* Distributed under the Boost Software License, Version 1.0.
diff --git a/std/traits.d b/std/traits.d
index 8e5ccbabb..af59504c7 100644
--- a/std/traits.d
+++ b/std/traits.d
@@ -13,6 +13,7 @@
* Tomasz Stachowiak ($(D isExpressionTuple)),
* $(WEB erdani.org, Andrei Alexandrescu),
* Shin Fujishiro
+ * Source: $(PHOBOSSRC std/_traits.d)
*/
/* Copyright Digital Mars 2005 - 2009.
* Distributed under the Boost Software License, Version 1.0.
diff --git a/std/typecons.d b/std/typecons.d
index c95df3d06..e57da2d52 100644
--- a/std/typecons.d
+++ b/std/typecons.d
@@ -4,6 +4,8 @@
This module implements a variety of type constructors, i.e., templates
that allow construction of new, useful general-purpose types.
+Source: $(PHOBOSSRC std/_typecons.d)
+
Macros:
WIKI = Phobos/StdVariant
diff --git a/std/typelist.d b/std/typelist.d
index e21cc7f0c..ac5708df9 100644
--- a/std/typelist.d
+++ b/std/typelist.d
@@ -33,8 +33,9 @@
* Copyright: Copyright Bartosz Milewski 2008- 2009.
* License: Boost License 1.0.
* Authors: $(WEB bartoszmilewski.wordpress.com, Bartosz Milewski)
- *
- * Copyright Burton Radons 2008 - 2009.
+ * Source: $(PHOBOSSRC std/_typelist.d)
+ */
+/* Copyright Burton Radons 2008 - 2009.
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE_1_0.txt or copy at
* http://www.boost.org/LICENSE_1_0.txt)
diff --git a/std/typetuple.d b/std/typetuple.d
index 497989bbc..58a077879 100644
--- a/std/typetuple.d
+++ b/std/typetuple.d
@@ -19,6 +19,7 @@
* Copyright: Copyright Digital Mars 2005 - 2009.
* License: Boost License 1.0.
* Authors: $(WEB digitalmars.com, Walter Bright)
+ * Source: $(PHOBOSSRC std/_typetuple.d)
*/
/* Copyright Digital Mars 2005 - 2009.
* Distributed under the Boost Software License, Version 1.0.
diff --git a/std/uni.d b/std/uni.d
index 71ebd6c78..fd52fa271 100644
--- a/std/uni.d
+++ b/std/uni.d
@@ -15,6 +15,7 @@
* Copyright: Copyright Digital Mars 2000 - 2009.
* License: Boost License 1.0.
* Authors: $(WEB digitalmars.com, Walter Bright)
+ * Source: $(PHOBOSSRC std/_uni.d)
*/
/* Copyright Digital Mars 2000 - 2009.
* Distributed under the Boost Software License, Version 1.0.
diff --git a/std/uri.d b/std/uri.d
index 8e9c8b08c..4377bdc44 100644
--- a/std/uri.d
+++ b/std/uri.d
@@ -17,6 +17,7 @@
* Copyright: Copyright Digital Mars 2000 - 2009.
* License: Boost License 1.0.
* Authors: $(WEB digitalmars.com, Walter Bright)
+ * Source: $(PHOBOSSRC std/_uri.d)
*/
/* Copyright Digital Mars 2000 - 2009.
* Distributed under the Boost Software License, Version 1.0.
diff --git a/std/utf.d b/std/utf.d
index f1b6f31d2..c0d000c03 100644
--- a/std/utf.d
+++ b/std/utf.d
@@ -20,6 +20,7 @@
* Copyright: Copyright Digital Mars 2000 - 2010.
* License: Boost License 1.0.
* Authors: $(WEB digitalmars.com, Walter Bright)
+ * Source: $(PHOBOSSRC std/_utf.d)
*/
/* Copyright Digital Mars 2000 - 2010.
* Distributed under the Boost Software License, Version 1.0.
diff --git a/std/variant.d b/std/variant.d
index f35c47bb8..815b3d953 100644
--- a/std/variant.d
+++ b/std/variant.d
@@ -56,6 +56,7 @@
* Copyright: Copyright Andrei Alexandrescu 2007 - 2009.
* License: Boost License 1.0.
* Authors: $(WEB erdani.org, Andrei Alexandrescu)
+ * Source: $(PHOBOSSRC std/_variant.d)
*/
/* Copyright Andrei Alexandrescu 2007 - 2009.
* Distributed under the Boost Software License, Version 1.0.
diff --git a/std/xml.d b/std/xml.d
index 44ccc96aa..63c18dd54 100644
--- a/std/xml.d
+++ b/std/xml.d
@@ -113,6 +113,7 @@ Macros:
Copyright: Copyright Janice Caron 2008 - 2009.
License: Boost License 1.0.
Authors: Janice Caron
+Source: $(PHOBOSSRC std/_xml.d)
*/
/*
Copyright Janice Caron 2008 - 2009.
diff --git a/std/zip.d b/std/zip.d
index 88e3fe863..071ebc01e 100644
--- a/std/zip.d
+++ b/std/zip.d
@@ -22,6 +22,7 @@
* Copyright: Copyright Digital Mars 2000 - 2009.
* License: Boost License 1.0.
* Authors: $(WEB digitalmars.com, Walter Bright)
+ * Source: $(PHOBOSSRC std/_zip.d)
*/
/* Copyright Digital Mars 2000 - 2009.
diff --git a/std/zlib.d b/std/zlib.d
index 705fed976..9017bfd9f 100644
--- a/std/zlib.d
+++ b/std/zlib.d
@@ -9,11 +9,12 @@
* Macros:
* WIKI = Phobos/StdZlib
*
- * Copyright: Copyright Digital Mars 2000 - 2009.
+ * Copyright: Copyright Digital Mars 2000 - 2011.
* License: Boost License 1.0.
* Authors: $(WEB digitalmars.com, Walter Bright)
+ * Source: $(PHOBOSSRC std/_zlib.d)
*/
-/* Copyright Digital Mars 2000 - 2009.
+/* Copyright Digital Mars 2000 - 2011.
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE_1_0.txt or copy at
* http://www.boost.org/LICENSE_1_0.txt)