remove the deprecated wiki macros

This commit is contained in:
Sebastian Wilzbach 2016-05-26 18:25:09 +02:00
parent 088f7bfe73
commit 18b8abf60a
66 changed files with 1 additions and 169 deletions

View file

@ -527,6 +527,5 @@ $(COMMENT
Macros: Macros:
TITLE=Phobos Runtime Library TITLE=Phobos Runtime Library
WIKI=Phobos
DDOC_BLANKLINE= DDOC_BLANKLINE=
_= _=

View file

@ -169,7 +169,6 @@ sort(a); // no predicate, "a < b" is implicit
---- ----
Macros: Macros:
WIKI = Phobos/StdAlgorithm
SUBMODULE = $(MREF std, algorithm, $1) SUBMODULE = $(MREF std, algorithm, $1)
SUBREF = $(LINK2 std_algorithm_$1.html#.$2, $(TT $2))$(NBSP) SUBREF = $(LINK2 std_algorithm_$1.html#.$2, $(TT $2))$(NBSP)

View file

@ -15,9 +15,6 @@
$(LINK2 http://www.digitalmars.com/d/ascii-table.html, ASCII Table), $(LINK2 http://www.digitalmars.com/d/ascii-table.html, ASCII Table),
$(WEB en.wikipedia.org/wiki/Ascii, Wikipedia) $(WEB en.wikipedia.org/wiki/Ascii, Wikipedia)
Macros:
WIKI=Phobos/StdASCII
Copyright: Copyright 2000 - 2013 Copyright: Copyright 2000 - 2013
License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
Authors: $(WEB digitalmars.com, Walter Bright) and Jonathan M Davis Authors: $(WEB digitalmars.com, Walter Bright) and Jonathan M Davis

View file

@ -3,10 +3,6 @@
/** /**
Bit-level manipulation facilities. Bit-level manipulation facilities.
Macros:
WIKI = StdBitarray
Copyright: Copyright Digital Mars 2007 - 2011. Copyright: Copyright Digital Mars 2007 - 2011.
License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
Authors: $(WEB digitalmars.com, Walter Bright), Authors: $(WEB digitalmars.com, Walter Bright),

View file

@ -7,8 +7,6 @@
* C's &lt;fenv.h&gt; * C's &lt;fenv.h&gt;
* Authors: Walter Bright, Digital Mars, http://www.digitalmars.com * Authors: Walter Bright, Digital Mars, http://www.digitalmars.com
* License: Public Domain * License: Public Domain
* Macros:
* WIKI=Phobos/StdCFenv
*/ */
deprecated("Import core.stdc.fenv instead") deprecated("Import core.stdc.fenv instead")
module std.c.fenv; module std.c.fenv;

View file

@ -8,8 +8,6 @@
* License: Public Domain * License: Public Domain
* Standards: * Standards:
* ISO/IEC 9899:1999 7.11 * ISO/IEC 9899:1999 7.11
* Macros:
* WIKI=Phobos/StdCLocale
*/ */
deprecated("Import core.stdc.locale instead") deprecated("Import core.stdc.locale instead")
module std.c.locale; module std.c.locale;

View file

@ -7,8 +7,6 @@
* C's &lt;math.h&gt; * C's &lt;math.h&gt;
* Authors: Walter Bright, Digital Mars, www.digitalmars.com * Authors: Walter Bright, Digital Mars, www.digitalmars.com
* License: Public Domain * License: Public Domain
* Macros:
* WIKI=Phobos/StdCMath
*/ */
deprecated("Import core.stdc.math instead") deprecated("Import core.stdc.math instead")
module std.c.math; module std.c.math;

View file

@ -8,8 +8,6 @@
* C's &lt;process.h&gt; * C's &lt;process.h&gt;
* Authors: Walter Bright, Digital Mars, www.digitalmars.com * Authors: Walter Bright, Digital Mars, www.digitalmars.com
* License: Public Domain * License: Public Domain
* Macros:
* WIKI=Phobos/StdCProcess
*/ */
deprecated("Import core.stdc.stdlib or the appropriate core.sys.posix.* modules instead") deprecated("Import core.stdc.stdlib or the appropriate core.sys.posix.* modules instead")
module std.c.process; module std.c.process;

View file

@ -7,8 +7,6 @@
* C's &lt;stdarg.h&gt; * C's &lt;stdarg.h&gt;
* Authors: Hauke Duden and Walter Bright, Digital Mars, www.digitalmars.com * Authors: Hauke Duden and Walter Bright, Digital Mars, www.digitalmars.com
* License: Public Domain * License: Public Domain
* Macros:
* WIKI=Phobos/StdCStdarg
*/ */
deprecated("Import core.stdc.stdarg instead") deprecated("Import core.stdc.stdarg instead")
module std.c.stdarg; module std.c.stdarg;

View file

@ -7,8 +7,6 @@
* C's &lt;stddef.h&gt; * C's &lt;stddef.h&gt;
* Authors: Walter Bright, Digital Mars, http://www.digitalmars.com * Authors: Walter Bright, Digital Mars, http://www.digitalmars.com
* License: Public Domain * License: Public Domain
* Macros:
* WIKI=Phobos/StdCStddef
*/ */
deprecated("Import core.stdc.stddef instead") deprecated("Import core.stdc.stddef instead")
module std.c.stddef; module std.c.stddef;

View file

@ -7,8 +7,6 @@
* C's &lt;stdio.h&gt; for the D programming language * C's &lt;stdio.h&gt; for the D programming language
* Authors: Walter Bright, Digital Mars, http://www.digitalmars.com * Authors: Walter Bright, Digital Mars, http://www.digitalmars.com
* License: Public Domain * License: Public Domain
* Macros:
* WIKI=Phobos/StdCStdio
*/ */
deprecated("Import core.stdc.stdio instead") deprecated("Import core.stdc.stdio instead")
module std.c.stdio; module std.c.stdio;

View file

@ -8,8 +8,6 @@
* D Programming Language runtime library * D Programming Language runtime library
* Authors: Walter Bright, Digital Mars, http://www.digitalmars.com * Authors: Walter Bright, Digital Mars, http://www.digitalmars.com
* License: Public Domain * License: Public Domain
* Macros:
* WIKI=Phobos/StdCStdlib
*/ */
deprecated("Import core.stdc.stdlib or core.sys.posix.stdlib instead") deprecated("Import core.stdc.stdlib or core.sys.posix.stdlib instead")
module std.c.stdlib; module std.c.stdlib;

View file

@ -7,8 +7,6 @@
* C's &lt;string.h&gt; * C's &lt;string.h&gt;
* Authors: Walter Bright, Digital Mars, http://www.digitalmars.com * Authors: Walter Bright, Digital Mars, http://www.digitalmars.com
* License: Public Domain * License: Public Domain
* Macros:
* WIKI=Phobos/StdCString
*/ */
deprecated("Import core.stdc.string instead") deprecated("Import core.stdc.string instead")
module std.c.string; module std.c.string;

View file

@ -7,8 +7,6 @@
* C's &lt;time.h&gt; * C's &lt;time.h&gt;
* Authors: Walter Bright, Digital Mars, www.digitalmars.com * Authors: Walter Bright, Digital Mars, www.digitalmars.com
* License: Public Domain * License: Public Domain
* Macros:
* WIKI=Phobos/StdCTime
*/ */
deprecated("Import core.stdc.time instead") deprecated("Import core.stdc.time instead")
module std.c.time; module std.c.time;

View file

@ -7,8 +7,6 @@
* C's &lt;wchar.h&gt; * C's &lt;wchar.h&gt;
* Authors: Walter Bright, Digital Mars, www.digitalmars.com * Authors: Walter Bright, Digital Mars, www.digitalmars.com
* License: Public Domain * License: Public Domain
* Macros:
* WIKI=Phobos/StdCWchar
*/ */
deprecated("Import core.stdc.wchar_ instead") deprecated("Import core.stdc.wchar_ instead")
module std.c.wcharh; module std.c.wcharh;

View file

@ -3,9 +3,6 @@
/** /**
* Identify the compiler used and its various features. * Identify the compiler used and its various features.
* *
* Macros:
* WIKI = Phobos/StdCompiler
*
* Copyright: Copyright Digital Mars 2000 - 2011. * Copyright: Copyright Digital Mars 2000 - 2011.
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: $(WEB digitalmars.com, Walter Bright), Alex Rønne Petersen * Authors: $(WEB digitalmars.com, Walter Bright), Alex Rønne Petersen

View file

@ -5,8 +5,6 @@ reliant on the GC, as an alternative to the built-in arrays.
This module is a submodule of $(MREF std, container). This module is a submodule of $(MREF std, container).
Source: $(PHOBOSSRC std/container/_array.d) Source: $(PHOBOSSRC std/container/_array.d)
Macros:
WIKI = Phobos/StdContainer
TEXTWITHCOMMAS = $0 TEXTWITHCOMMAS = $0
Copyright: Red-black tree code copyright (C) 2008- by Steven Schveighoffer. Other code Copyright: Red-black tree code copyright (C) 2008- by Steven Schveighoffer. Other code

View file

@ -5,8 +5,6 @@ adaptor that makes a binary heap out of any user-provided random-access range.
This module is a submodule of $(MREF std, container). This module is a submodule of $(MREF std, container).
Source: $(PHOBOSSRC std/container/_binaryheap.d) Source: $(PHOBOSSRC std/container/_binaryheap.d)
Macros:
WIKI = Phobos/StdContainer
TEXTWITHCOMMAS = $0 TEXTWITHCOMMAS = $0
Copyright: Red-black tree code copyright (C) 2008- by Steven Schveighoffer. Other code Copyright: Red-black tree code copyright (C) 2008- by Steven Schveighoffer. Other code

View file

@ -5,8 +5,6 @@ It can be used as a queue, dequeue or stack.
This module is a submodule of $(MREF std, container). This module is a submodule of $(MREF std, container).
Source: $(PHOBOSSRC std/container/_dlist.d) Source: $(PHOBOSSRC std/container/_dlist.d)
Macros:
WIKI = Phobos/StdContainer
TEXTWITHCOMMAS = $0 TEXTWITHCOMMAS = $0
Copyright: Red-black tree code copyright (C) 2008- by Steven Schveighoffer. Other code Copyright: Red-black tree code copyright (C) 2008- by Steven Schveighoffer. Other code

View file

@ -401,8 +401,6 @@ $(TR $(TDNW $(D )) $(TDNW $(D )) $(TD ))
) )
Source: $(PHOBOSSRC std/_container/package.d) Source: $(PHOBOSSRC std/_container/package.d)
Macros:
WIKI = Phobos/StdContainer
TEXTWITHCOMMAS = $0 TEXTWITHCOMMAS = $0
Copyright: Red-black tree code copyright (C) 2008- by Steven Schveighoffer. Other code Copyright: Red-black tree code copyright (C) 2008- by Steven Schveighoffer. Other code

View file

@ -4,8 +4,6 @@ This module implements a red-black tree container.
This module is a submodule of $(MREF std, container). This module is a submodule of $(MREF std, container).
Source: $(PHOBOSSRC std/container/_rbtree.d) Source: $(PHOBOSSRC std/container/_rbtree.d)
Macros:
WIKI = Phobos/StdContainer
TEXTWITHCOMMAS = $0 TEXTWITHCOMMAS = $0
Copyright: Red-black tree code copyright (C) 2008- by Steven Schveighoffer. Other code Copyright: Red-black tree code copyright (C) 2008- by Steven Schveighoffer. Other code

View file

@ -5,8 +5,6 @@ It can be used as a stack.
This module is a submodule of $(MREF std, container). This module is a submodule of $(MREF std, container).
Source: $(PHOBOSSRC std/container/_slist.d) Source: $(PHOBOSSRC std/container/_slist.d)
Macros:
WIKI = Phobos/StdContainer
TEXTWITHCOMMAS = $0 TEXTWITHCOMMAS = $0
Copyright: Red-black tree code copyright (C) 2008- by Steven Schveighoffer. Other code Copyright: Red-black tree code copyright (C) 2008- by Steven Schveighoffer. Other code

View file

@ -4,8 +4,6 @@ This module contains some common utilities used by containers.
This module is a submodule of $(MREF std, container). This module is a submodule of $(MREF std, container).
Source: $(PHOBOSSRC std/container/_util.d) Source: $(PHOBOSSRC std/container/_util.d)
Macros:
WIKI = Phobos/StdContainer
TEXTWITHCOMMAS = $0 TEXTWITHCOMMAS = $0
Copyright: Red-black tree code copyright (C) 2008- by Steven Schveighoffer. Other code Copyright: Red-black tree code copyright (C) 2008- by Steven Schveighoffer. Other code

View file

@ -15,9 +15,6 @@ Authors: $(WEB digitalmars.com, Walter Bright),
Source: $(PHOBOSSRC std/_conv.d) Source: $(PHOBOSSRC std/_conv.d)
Macros:
WIKI = Phobos/StdConv
*/ */
module std.conv; module std.conv;

View file

@ -7,9 +7,6 @@
* The std.cstream module bridges core.stdc.stdio (or std.stdio) and std.stream. * The std.cstream module bridges core.stdc.stdio (or std.stdio) and std.stream.
* Both core.stdc.stdio and std.stream are publicly imported by std.cstream. * Both core.stdc.stdio and std.stream are publicly imported by std.cstream.
* *
* Macros:
* WIKI=Phobos/StdCstream
*
* Copyright: Copyright Ben Hinkle 2007 - 2009. * Copyright: Copyright Ben Hinkle 2007 - 2009.
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: Ben Hinkle * Authors: Ben Hinkle

View file

@ -3,9 +3,6 @@
/** /**
* Demangle D mangled names. * Demangle D mangled names.
* *
* Macros:
* WIKI = Phobos/StdDemangle
*
* Copyright: Copyright Digital Mars 2000 - 2009. * Copyright: Copyright Digital Mars 2000 - 2009.
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: $(WEB digitalmars.com, Walter Bright), * Authors: $(WEB digitalmars.com, Walter Bright),

View file

@ -40,9 +40,6 @@ $(TR $(TDNW Helpers) $(TD $(MYREF crcHexString) $(MYREF crc32Of))
* *
* Source: $(PHOBOSSRC std/digest/_crc.d) * Source: $(PHOBOSSRC std/digest/_crc.d)
* *
* Macros:
* WIKI = Phobos/StdUtilDigestCRC32
*
* Standards: * Standards:
* Implements the 'common' IEEE CRC32 variant * Implements the 'common' IEEE CRC32 variant
* (LSB-first order, Initial value uint.max, complement result) * (LSB-first order, Initial value uint.max, complement result)

View file

@ -38,8 +38,6 @@ $(TR $(TDNW Helpers) $(TD $(MYREF md5Of))
* *
* Source: $(PHOBOSSRC std/digest/_md.d) * Source: $(PHOBOSSRC std/digest/_md.d)
* *
* Macros:
* WIKI = Phobos/StdMd5
*/ */
/* md5.d - RSA Data Security, Inc., MD5 message-digest algorithm /* md5.d - RSA Data Security, Inc., MD5 message-digest algorithm

View file

@ -42,8 +42,6 @@ $(TR $(TDNW Helpers) $(TD $(MYREF ripemd160Of))
* *
* Source: $(PHOBOSSRC std/digest/_ripemd.d) * Source: $(PHOBOSSRC std/digest/_ripemd.d)
* *
* Macros:
* WIKI = Phobos/StdRipemd
*/ */
module std.digest.ripemd; module std.digest.ripemd;

View file

@ -48,8 +48,6 @@ $(TR $(TDNW Helpers) $(TD $(MYREF sha1Of))
* *
* Source: $(PHOBOSSRC std/digest/_sha.d) * Source: $(PHOBOSSRC std/digest/_sha.d)
* *
* Macros:
* WIKI = Phobos/StdSha1
*/ */
/* Copyright Kai Nacke 2012. /* Copyright Kai Nacke 2012.

View file

@ -39,9 +39,6 @@ UTF-32LE; or (on big-endian architectures) UTF-16BE and UTF-32BE.
This library provides a mechanism whereby other modules may add $(D This library provides a mechanism whereby other modules may add $(D
EncodingScheme) subclasses for any other _encoding. EncodingScheme) subclasses for any other _encoding.
Macros:
WIKI=Phobos/StdEncoding
Copyright: Copyright Janice Caron 2008 - 2009. Copyright: Copyright Janice Caron 2008 - 2009.
License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
Authors: Janice Caron Authors: Janice Caron

View file

@ -33,9 +33,6 @@
} }
-------------------- --------------------
Macros:
WIKI = Phobos/StdException
Copyright: Copyright Andrei Alexandrescu 2008-, Jonathan M Davis 2011-. Copyright: Copyright Andrei Alexandrescu 2008-, Jonathan M Davis 2011-.
License: $(WEB boost.org/LICENSE_1_0.txt, Boost License 1.0) License: $(WEB boost.org/LICENSE_1_0.txt, Boost License 1.0)
Authors: $(WEB erdani.org, Andrei Alexandrescu) and Jonathan M Davis Authors: $(WEB erdani.org, Andrei Alexandrescu) and Jonathan M Davis

View file

@ -6,9 +6,6 @@ in this module handle files as a unit, e.g., read or write one _file
at a time. For opening files and manipulating them via handles refer at a time. For opening files and manipulating them via handles refer
to module $(MREF std, stdio). to module $(MREF std, stdio).
Macros:
WIKI = Phobos/StdFile
Copyright: Copyright Digital Mars 2007 - 2011. Copyright: Copyright Digital Mars 2007 - 2011.
See_Also: The $(WEB ddili.org/ders/d.en/files.html, official tutorial) for an See_Also: The $(WEB ddili.org/ders/d.en/files.html, official tutorial) for an
introduction to working with files in D, module introduction to working with files in D, module

View file

@ -44,9 +44,6 @@ $(TR $(TH Function Name) $(TH Description)
The functions $(D $(LREF formatValue)) and $(D $(LREF unformatValue)) are The functions $(D $(LREF formatValue)) and $(D $(LREF unformatValue)) are
used for the plumbing. used for the plumbing.
Macros: WIKI = Phobos/StdFormat
Copyright: Copyright Digital Mars 2000-2013. Copyright: Copyright Digital Mars 2000-2013.
License: $(WEB boost.org/LICENSE_1_0.txt, Boost License 1.0). License: $(WEB boost.org/LICENSE_1_0.txt, Boost License 1.0).

View file

@ -47,10 +47,6 @@ $(TR $(TH Function Name) $(TH Description)
)) ))
) )
Macros:
WIKI = Phobos/StdFunctional
Copyright: Copyright Andrei Alexandrescu 2008 - 2009. Copyright: Copyright Andrei Alexandrescu 2008 - 2009.
License: $(WEB boost.org/LICENSE_1_0.txt, Boost License 1.0). License: $(WEB boost.org/LICENSE_1_0.txt, Boost License 1.0).
Authors: $(WEB erdani.org, Andrei Alexandrescu) Authors: $(WEB erdani.org, Andrei Alexandrescu)

View file

@ -10,10 +10,6 @@ supported in the form of long options introduced by a double dash
with the more traditional single-letter approach, is provided but not with the more traditional single-letter approach, is provided but not
enabled by default. enabled by default.
Macros:
WIKI = Phobos/StdGetopt
Copyright: Copyright Andrei Alexandrescu 2008 - 2015. Copyright: Copyright Andrei Alexandrescu 2008 - 2015.
License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
Authors: $(WEB erdani.org, Andrei Alexandrescu) Authors: $(WEB erdani.org, Andrei Alexandrescu)

View file

@ -79,8 +79,6 @@ $(TR $(TDNW Hardware Control) $(TD
* The semantics and names of feqrel and approxEqual will be revised. * The semantics and names of feqrel and approxEqual will be revised.
* *
* Macros: * Macros:
* WIKI = Phobos/StdMath
*
* TABLE_SV = <table border="1" cellpadding="4" cellspacing="0"> * TABLE_SV = <table border="1" cellpadding="4" cellspacing="0">
* <caption>Special Values</caption> * <caption>Special Values</caption>
* $0</table> * $0</table>

View file

@ -20,8 +20,6 @@
* is not yet finalized and will probably change. * is not yet finalized and will probably change.
* *
* Macros: * Macros:
* WIKI = Phobos/StdMathSpecial
*
* TABLE_SV = <table border="1" cellpadding="4" cellspacing="0"> * TABLE_SV = <table border="1" cellpadding="4" cellspacing="0">
* <caption>Special Values</caption> * <caption>Special Values</caption>
* $0</table> * $0</table>

View file

@ -17,9 +17,6 @@
* $(LINK2 http://amazon.com/exec/obidos/ASIN/0201704315/ref=ase_classicempire/102-2957199-2585768, * $(LINK2 http://amazon.com/exec/obidos/ASIN/0201704315/ref=ase_classicempire/102-2957199-2585768,
* Modern C++ Design), * Modern C++ Design),
* Andrei Alexandrescu (Addison-Wesley Professional, 2001) * Andrei Alexandrescu (Addison-Wesley Professional, 2001)
* Macros:
* WIKI = Phobos/StdMeta
*
* Copyright: Copyright Digital Mars 2005 - 2015. * Copyright: Copyright Digital Mars 2005 - 2015.
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: * Authors:

View file

@ -2,9 +2,6 @@
/** /**
* Read and write memory mapped files. * Read and write memory mapped files.
* Macros:
* WIKI=Phobos/StdMmfile
*
* Copyright: Copyright Digital Mars 2004 - 2009. * Copyright: Copyright Digital Mars 2004 - 2009.
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: $(WEB digitalmars.com, Walter Bright), * Authors: $(WEB digitalmars.com, Walter Bright),

View file

@ -6,9 +6,6 @@ header in Alexander Stepanov's $(LINK2 http://sgi.com/tech/stl,
Standard Template Library), with a few additions. Standard Template Library), with a few additions.
Macros: Macros:
WIKI = Phobos/StdNumeric
Copyright: Copyright Andrei Alexandrescu 2008 - 2009. Copyright: Copyright Andrei Alexandrescu 2008 - 2009.
License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
Authors: $(WEB erdani.org, Andrei Alexandrescu), Authors: $(WEB erdani.org, Andrei Alexandrescu),

View file

@ -3,9 +3,6 @@
/** /**
Serialize data to $(D ubyte) arrays. Serialize data to $(D ubyte) arrays.
* Macros:
* WIKI = Phobos/StdOutbuffer
*
* Copyright: Copyright Digital Mars 2000 - 2015. * Copyright: Copyright Digital Mars 2000 - 2015.
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: $(WEB digitalmars.com, Walter Bright) * Authors: $(WEB digitalmars.com, Walter Bright)

View file

@ -48,8 +48,6 @@
$(WEB boost.org/LICENSE_1_0.txt, Boost License 1.0) $(WEB boost.org/LICENSE_1_0.txt, Boost License 1.0)
Source: Source:
$(PHOBOSSRC std/_path.d) $(PHOBOSSRC std/_path.d)
Macros:
WIKI = Phobos/StdPath
*/ */
module std.path; module std.path;

View file

@ -80,7 +80,6 @@ License:
Source: Source:
$(PHOBOSSRC std/_process.d) $(PHOBOSSRC std/_process.d)
Macros: Macros:
WIKI=Phobos/StdProcess
OBJECTREF=$(D $(LINK2 object.html#$0,$0)) OBJECTREF=$(D $(LINK2 object.html#$0,$0))
LREF=$(D $(LINK2 #.$0,$0)) LREF=$(D $(LINK2 #.$0,$0))
*/ */
@ -3243,10 +3242,6 @@ unittest
/* /*
Macros:
WIKI=Phobos/StdProcess
Copyright: Copyright Digital Mars 2007 - 2009. Copyright: Copyright Digital Mars 2007 - 2009.
License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
Authors: $(WEB digitalmars.com, Walter Bright), Authors: $(WEB digitalmars.com, Walter Bright),

View file

@ -39,9 +39,6 @@ Source: $(PHOBOSSRC std/_random.d)
Macros: Macros:
WIKI = Phobos/StdRandom
Copyright: Copyright Andrei Alexandrescu 2008 - 2009, Joseph Rushton Wakeling 2012. Copyright: Copyright Andrei Alexandrescu 2008 - 2009, Joseph Rushton Wakeling 2012.
License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
Authors: $(WEB erdani.org, Andrei Alexandrescu) Authors: $(WEB erdani.org, Andrei Alexandrescu)

View file

@ -54,10 +54,6 @@ $(BOOKTABLE ,
Source: $(PHOBOSSRC std/range/_interfaces.d) Source: $(PHOBOSSRC std/range/_interfaces.d)
Macros:
WIKI = Phobos/StdRange
Copyright: Copyright by authors 2008-. Copyright: Copyright by authors 2008-.
License: $(WEB boost.org/LICENSE_1_0.txt, Boost License 1.0). License: $(WEB boost.org/LICENSE_1_0.txt, Boost License 1.0).

View file

@ -175,10 +175,6 @@ _range operations that take advantage of the fact that the _range is sorted.
Source: $(PHOBOSSRC std/_range/_package.d) Source: $(PHOBOSSRC std/_range/_package.d)
Macros:
WIKI = Phobos/StdRange
Copyright: Copyright by authors 2008-. Copyright: Copyright by authors 2008-.
License: $(WEB boost.org/LICENSE_1_0.txt, Boost License 1.0). License: $(WEB boost.org/LICENSE_1_0.txt, Boost License 1.0).

View file

@ -101,10 +101,6 @@ $(BOOKTABLE ,
Source: $(PHOBOSSRC std/range/_primitives.d) Source: $(PHOBOSSRC std/range/_primitives.d)
Macros:
WIKI = Phobos/StdRange
Copyright: Copyright by authors 2008-. Copyright: Copyright by authors 2008-.
License: $(WEB boost.org/LICENSE_1_0.txt, Boost License 1.0). License: $(WEB boost.org/LICENSE_1_0.txt, Boost License 1.0).

View file

@ -46,7 +46,6 @@
* Not safe for multiple threads operating on the same signals * Not safe for multiple threads operating on the same signals
* or slots. * or slots.
* Macros: * Macros:
* WIKI = Phobos/StdSignals
* SIGNALS=signals * SIGNALS=signals
* *
* Copyright: Copyright Digital Mars 2000 - 2009. * Copyright: Copyright Digital Mars 2000 - 2009.

View file

@ -40,8 +40,6 @@
* Authors: Christopher E. Miller, $(WEB klickverbot.at, David Nadlinger), * Authors: Christopher E. Miller, $(WEB klickverbot.at, David Nadlinger),
* $(WEB thecybershadow.net, Vladimir Panteleev) * $(WEB thecybershadow.net, Vladimir Panteleev)
* Source: $(PHOBOSSRC std/_socket.d) * Source: $(PHOBOSSRC std/_socket.d)
* Macros:
* WIKI=Phobos/StdSocket
*/ */
module std.socket; module std.socket;

View file

@ -33,7 +33,6 @@
* References: * References:
* $(MREF std, stream) * $(MREF std, stream)
* Source: $(PHOBOSSRC std/_socketstream.d) * Source: $(PHOBOSSRC std/_socketstream.d)
* Macros: WIKI=Phobos/StdSocketstream
*/ */
deprecated("It will be removed from Phobos in October 2016. If you still need it, go to https://github.com/DigitalMars/undeaD") module std.socketstream; deprecated("It will be removed from Phobos in October 2016. If you still need it, go to https://github.com/DigitalMars/undeaD") module std.socketstream;
// @@@DEPRECATED_2016-10@@@ // @@@DEPRECATED_2016-10@@@

View file

@ -113,7 +113,6 @@
)) ))
* Macros: * Macros:
* WIKI=Phobos/StdStdint
* ATABLE=<table border="1" cellspacing="0" cellpadding="5">$0</table> * ATABLE=<table border="1" cellspacing="0" cellpadding="5">$0</table>
* *
* Copyright: Copyright Digital Mars 2000 - 2009. * Copyright: Copyright Digital Mars 2000 - 2009.

View file

@ -5,9 +5,6 @@ Standard I/O functions that extend $(B core.stdc.stdio). $(B core.stdc.stdio)
is $(D_PARAM public)ally imported when importing $(B std.stdio). is $(D_PARAM public)ally imported when importing $(B std.stdio).
Source: $(PHOBOSSRC std/_stdio.d) Source: $(PHOBOSSRC std/_stdio.d)
Macros:
WIKI=Phobos/StdStdio
Copyright: Copyright Digital Mars 2007-. Copyright: Copyright Digital Mars 2007-.
License: $(WEB boost.org/LICENSE_1_0.txt, Boost License 1.0). License: $(WEB boost.org/LICENSE_1_0.txt, Boost License 1.0).
Authors: $(WEB digitalmars.com, Walter Bright), Authors: $(WEB digitalmars.com, Walter Bright),

View file

@ -5,8 +5,6 @@
* current standards. It will be remove in October 2016.) * current standards. It will be remove in October 2016.)
* *
* Source: $(PHOBOSSRC std/_stream.d) * Source: $(PHOBOSSRC std/_stream.d)
* Macros:
* WIKI = Phobos/StdStream
*/ */
/* /*

View file

@ -134,7 +134,7 @@ See_Also:
for functions that work with unicode strings for functions that work with unicode strings
) )
Macros: WIKI = Phobos/StdString Macros:
SHORTXREF=$(XREF2 $1, $2, $(TT $2)) SHORTXREF=$(XREF2 $1, $2, $(TT $2))
SHORTXREF_PACK=$(XREF_PACK_NAMED $1,$2,$3, $(TT $3)) SHORTXREF_PACK=$(XREF_PACK_NAMED $1,$2,$3, $(TT $3))

View file

@ -3,9 +3,6 @@
/** /**
* Information about the target operating system, environment, and CPU. * Information about the target operating system, environment, and CPU.
* *
* Macros:
* WIKI = Phobos/StdSystem
*
* Copyright: Copyright Digital Mars 2000 - 2011 * Copyright: Copyright Digital Mars 2000 - 2011
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: $(WEB digitalmars.com, Walter Bright) and Jonathan M Davis * Authors: $(WEB digitalmars.com, Walter Bright) and Jonathan M Davis

View file

@ -136,9 +136,6 @@
* ) * )
* ) * )
* *
* Macros:
* WIKI = Phobos/StdTraits
*
* Copyright: Copyright Digital Mars 2005 - 2009. * Copyright: Copyright Digital Mars 2005 - 2009.
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: $(WEB digitalmars.com, Walter Bright), * Authors: $(WEB digitalmars.com, Walter Bright),

View file

@ -6,10 +6,6 @@ that allow construction of new, useful general-purpose types.
Source: $(PHOBOSSRC std/_typecons.d) Source: $(PHOBOSSRC std/_typecons.d)
Macros:
WIKI = Phobos/StdVariant
Synopsis: Synopsis:
---- ----

View file

@ -597,9 +597,6 @@
Trademarks: Trademarks:
Unicode(tm) is a trademark of Unicode, Inc. Unicode(tm) is a trademark of Unicode, Inc.
Macros:
WIKI=Phobos/StdUni
Copyright: Copyright 2013 - Copyright: Copyright 2013 -
License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
Authors: Dmitry Olshansky Authors: Dmitry Olshansky

View file

@ -11,9 +11,6 @@
* See_Also: * See_Also:
* $(LINK2 http://www.ietf.org/rfc/rfc3986.txt, RFC 3986)<br> * $(LINK2 http://www.ietf.org/rfc/rfc3986.txt, RFC 3986)<br>
* $(LINK2 http://en.wikipedia.org/wiki/Uniform_resource_identifier, Wikipedia) * $(LINK2 http://en.wikipedia.org/wiki/Uniform_resource_identifier, Wikipedia)
* Macros:
* WIKI = Phobos/StdUri
*
* Copyright: Copyright Digital Mars 2000 - 2009. * Copyright: Copyright Digital Mars 2000 - 2009.
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: $(WEB digitalmars.com, Walter Bright) * Authors: $(WEB digitalmars.com, Walter Bright)

View file

@ -10,9 +10,6 @@
$(LINK2 http://en.wikipedia.org/wiki/Unicode, Wikipedia)<br> $(LINK2 http://en.wikipedia.org/wiki/Unicode, Wikipedia)<br>
$(LINK http://www.cl.cam.ac.uk/~mgk25/unicode.html#utf-8)<br> $(LINK http://www.cl.cam.ac.uk/~mgk25/unicode.html#utf-8)<br>
$(LINK http://anubis.dkuug.dk/JTC1/SC2/WG2/docs/n1335) $(LINK http://anubis.dkuug.dk/JTC1/SC2/WG2/docs/n1335)
Macros:
WIKI = Phobos/StdUtf
Copyright: Copyright Digital Mars 2000 - 2012. Copyright: Copyright Digital Mars 2000 - 2012.
License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
Authors: $(WEB digitalmars.com, Walter Bright) and Jonathan M Davis Authors: $(WEB digitalmars.com, Walter Bright) and Jonathan M Davis

View file

@ -10,9 +10,6 @@ Such types are useful
for type-uniform binary interfaces, interfacing with scripting for type-uniform binary interfaces, interfacing with scripting
languages, and comfortable exploratory programming. languages, and comfortable exploratory programming.
Macros:
WIKI = Phobos/StdVariant
Synopsis: Synopsis:
---- ----
Variant a; // Must assign before use, otherwise exception ensues Variant a; // Must assign before use, otherwise exception ensues

View file

@ -3,9 +3,6 @@
/** /**
* Support UTF-8 on Windows 95, 98 and ME systems. * Support UTF-8 on Windows 95, 98 and ME systems.
* *
* Macros:
* WIKI = Phobos/StdWindowsCharset
*
* Copyright: Copyright Digital Mars 2005 - 2009. * Copyright: Copyright Digital Mars 2005 - 2009.
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: $(WEB digitalmars.com, Walter Bright) * Authors: $(WEB digitalmars.com, Walter Bright)

View file

@ -112,9 +112,6 @@ void main()
writefln(join(doc.pretty(3),"\n")); writefln(join(doc.pretty(3),"\n"));
} }
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
Macros:
WIKI=Phobos/StdXml
Copyright: Copyright Janice Caron 2008 - 2009. Copyright: Copyright Janice Caron 2008 - 2009.
License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
Authors: Janice Caron Authors: Janice Caron

View file

@ -14,9 +14,6 @@
* $(LI $(BUGZILLA 2137)) * $(LI $(BUGZILLA 2137))
* ) * )
* *
* Macros:
* WIKI = Phobos/StdZip
*
* Example: * Example:
* --- * ---
// Read existing zip file. // Read existing zip file.

View file

@ -43,9 +43,6 @@
* References: * References:
* $(WEB en.wikipedia.org/wiki/Zlib, Wikipedia) * $(WEB en.wikipedia.org/wiki/Zlib, Wikipedia)
* *
* Macros:
* WIKI = Phobos/StdZlib
*
* Copyright: Copyright Digital Mars 2000 - 2011. * Copyright: Copyright Digital Mars 2000 - 2011.
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: $(WEB digitalmars.com, Walter Bright) * Authors: $(WEB digitalmars.com, Walter Bright)