Skip to content

Commit

Permalink
Merge pull request #4369 from wilzbach/deprecate_wiki
Browse files Browse the repository at this point in the history
remove the deprecated wiki macros
  • Loading branch information
CyberShadow committed May 27, 2016
2 parents 0d33ee0 + 357e02a commit cae4923
Show file tree
Hide file tree
Showing 66 changed files with 1 addition and 176 deletions.
1 change: 0 additions & 1 deletion index.d
Expand Up @@ -527,6 +527,5 @@ $(COMMENT

Macros:
TITLE=Phobos Runtime Library
WIKI=Phobos
DDOC_BLANKLINE=
_=
1 change: 0 additions & 1 deletion std/algorithm/package.d
Expand Up @@ -169,7 +169,6 @@ sort(a); // no predicate, "a < b" is implicit
----
Macros:
WIKI = Phobos/StdAlgorithm
SUBMODULE = $(MREF std, algorithm, $1)
SUBREF = $(LINK2 std_algorithm_$1.html#.$2, $(TT $2))$(NBSP)
Expand Down
3 changes: 0 additions & 3 deletions std/ascii.d
Expand Up @@ -15,9 +15,6 @@
$(LINK2 http://www.digitalmars.com/d/ascii-table.html, ASCII Table),
$(WEB en.wikipedia.org/wiki/Ascii, Wikipedia)
Macros:
WIKI=Phobos/StdASCII
Copyright: Copyright 2000 - 2013
License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
Authors: $(WEB digitalmars.com, Walter Bright) and Jonathan M Davis
Expand Down
4 changes: 0 additions & 4 deletions std/bitmanip.d
Expand Up @@ -3,10 +3,6 @@
/**
Bit-level manipulation facilities.
Macros:
WIKI = StdBitarray
Copyright: Copyright Digital Mars 2007 - 2011.
License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
Authors: $(WEB digitalmars.com, Walter Bright),
Expand Down
2 changes: 0 additions & 2 deletions std/c/fenv.d
Expand Up @@ -7,8 +7,6 @@
* C's &lt;fenv.h&gt;
* Authors: Walter Bright, Digital Mars, http://www.digitalmars.com
* License: Public Domain
* Macros:
* WIKI=Phobos/StdCFenv
*/
deprecated("Import core.stdc.fenv instead")
module std.c.fenv;
Expand Down
2 changes: 0 additions & 2 deletions std/c/locale.d
Expand Up @@ -8,8 +8,6 @@
* License: Public Domain
* Standards:
* ISO/IEC 9899:1999 7.11
* Macros:
* WIKI=Phobos/StdCLocale
*/
deprecated("Import core.stdc.locale instead")
module std.c.locale;
Expand Down
2 changes: 0 additions & 2 deletions std/c/math.d
Expand Up @@ -7,8 +7,6 @@
* C's &lt;math.h&gt;
* Authors: Walter Bright, Digital Mars, www.digitalmars.com
* License: Public Domain
* Macros:
* WIKI=Phobos/StdCMath
*/
deprecated("Import core.stdc.math instead")
module std.c.math;
Expand Down
2 changes: 0 additions & 2 deletions std/c/process.d
Expand Up @@ -8,8 +8,6 @@
* C's &lt;process.h&gt;
* Authors: Walter Bright, Digital Mars, www.digitalmars.com
* License: Public Domain
* Macros:
* WIKI=Phobos/StdCProcess
*/
deprecated("Import core.stdc.stdlib or the appropriate core.sys.posix.* modules instead")
module std.c.process;
Expand Down
2 changes: 0 additions & 2 deletions std/c/stdarg.d
Expand Up @@ -7,8 +7,6 @@
* C's &lt;stdarg.h&gt;
* Authors: Hauke Duden and Walter Bright, Digital Mars, www.digitalmars.com
* License: Public Domain
* Macros:
* WIKI=Phobos/StdCStdarg
*/
deprecated("Import core.stdc.stdarg instead")
module std.c.stdarg;
Expand Down
2 changes: 0 additions & 2 deletions std/c/stddef.d
Expand Up @@ -7,8 +7,6 @@
* C's &lt;stddef.h&gt;
* Authors: Walter Bright, Digital Mars, http://www.digitalmars.com
* License: Public Domain
* Macros:
* WIKI=Phobos/StdCStddef
*/
deprecated("Import core.stdc.stddef instead")
module std.c.stddef;
Expand Down
2 changes: 0 additions & 2 deletions std/c/stdio.d
Expand Up @@ -7,8 +7,6 @@
* C's &lt;stdio.h&gt; for the D programming language
* Authors: Walter Bright, Digital Mars, http://www.digitalmars.com
* License: Public Domain
* Macros:
* WIKI=Phobos/StdCStdio
*/
deprecated("Import core.stdc.stdio instead")
module std.c.stdio;
Expand Down
2 changes: 0 additions & 2 deletions std/c/stdlib.d
Expand Up @@ -8,8 +8,6 @@
* D Programming Language runtime library
* Authors: Walter Bright, Digital Mars, http://www.digitalmars.com
* License: Public Domain
* Macros:
* WIKI=Phobos/StdCStdlib
*/
deprecated("Import core.stdc.stdlib or core.sys.posix.stdlib instead")
module std.c.stdlib;
Expand Down
2 changes: 0 additions & 2 deletions std/c/string.d
Expand Up @@ -7,8 +7,6 @@
* C's &lt;string.h&gt;
* Authors: Walter Bright, Digital Mars, http://www.digitalmars.com
* License: Public Domain
* Macros:
* WIKI=Phobos/StdCString
*/
deprecated("Import core.stdc.string instead")
module std.c.string;
Expand Down
2 changes: 0 additions & 2 deletions std/c/time.d
Expand Up @@ -7,8 +7,6 @@
* C's &lt;time.h&gt;
* Authors: Walter Bright, Digital Mars, www.digitalmars.com
* License: Public Domain
* Macros:
* WIKI=Phobos/StdCTime
*/
deprecated("Import core.stdc.time instead")
module std.c.time;
Expand Down
2 changes: 0 additions & 2 deletions std/c/wcharh.d
Expand Up @@ -7,8 +7,6 @@
* C's &lt;wchar.h&gt;
* Authors: Walter Bright, Digital Mars, www.digitalmars.com
* License: Public Domain
* Macros:
* WIKI=Phobos/StdCWchar
*/
deprecated("Import core.stdc.wchar_ instead")
module std.c.wcharh;
Expand Down
3 changes: 0 additions & 3 deletions std/compiler.d
Expand Up @@ -3,9 +3,6 @@
/**
* Identify the compiler used and its various features.
*
* Macros:
* WIKI = Phobos/StdCompiler
*
* Copyright: Copyright Digital Mars 2000 - 2011.
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: $(WEB digitalmars.com, Walter Bright), Alex Rønne Petersen
Expand Down
3 changes: 0 additions & 3 deletions std/container/array.d
Expand Up @@ -5,9 +5,6 @@ reliant on the GC, as an alternative to the built-in arrays.
This module is a submodule of $(MREF std, container).
Source: $(PHOBOSSRC std/container/_array.d)
Macros:
WIKI = Phobos/StdContainer
TEXTWITHCOMMAS = $0
Copyright: Red-black tree code copyright (C) 2008- by Steven Schveighoffer. Other code
copyright 2010- Andrei Alexandrescu. All rights reserved by the respective holders.
Expand Down
3 changes: 0 additions & 3 deletions std/container/binaryheap.d
Expand Up @@ -5,9 +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).
Source: $(PHOBOSSRC std/container/_binaryheap.d)
Macros:
WIKI = Phobos/StdContainer
TEXTWITHCOMMAS = $0
Copyright: Red-black tree code copyright (C) 2008- by Steven Schveighoffer. Other code
copyright 2010- Andrei Alexandrescu. All rights reserved by the respective holders.
Expand Down
3 changes: 0 additions & 3 deletions std/container/dlist.d
Expand Up @@ -5,9 +5,6 @@ It can be used as a queue, dequeue or stack.
This module is a submodule of $(MREF std, container).
Source: $(PHOBOSSRC std/container/_dlist.d)
Macros:
WIKI = Phobos/StdContainer
TEXTWITHCOMMAS = $0
Copyright: Red-black tree code copyright (C) 2008- by Steven Schveighoffer. Other code
copyright 2010- Andrei Alexandrescu. All rights reserved by the respective holders.
Expand Down
3 changes: 0 additions & 3 deletions std/container/package.d
Expand Up @@ -401,9 +401,6 @@ $(TR $(TDNW $(D )) $(TDNW $(D )) $(TD ))
)
Source: $(PHOBOSSRC std/_container/package.d)
Macros:
WIKI = Phobos/StdContainer
TEXTWITHCOMMAS = $0
Copyright: Red-black tree code copyright (C) 2008- by Steven Schveighoffer. Other code
copyright 2010- Andrei Alexandrescu. All rights reserved by the respective holders.
Expand Down
3 changes: 0 additions & 3 deletions std/container/rbtree.d
Expand Up @@ -4,9 +4,6 @@ This module implements a red-black tree container.
This module is a submodule of $(MREF std, container).
Source: $(PHOBOSSRC std/container/_rbtree.d)
Macros:
WIKI = Phobos/StdContainer
TEXTWITHCOMMAS = $0
Copyright: Red-black tree code copyright (C) 2008- by Steven Schveighoffer. Other code
copyright 2010- Andrei Alexandrescu. All rights reserved by the respective holders.
Expand Down
3 changes: 0 additions & 3 deletions std/container/slist.d
Expand Up @@ -5,9 +5,6 @@ It can be used as a stack.
This module is a submodule of $(MREF std, container).
Source: $(PHOBOSSRC std/container/_slist.d)
Macros:
WIKI = Phobos/StdContainer
TEXTWITHCOMMAS = $0
Copyright: Red-black tree code copyright (C) 2008- by Steven Schveighoffer. Other code
copyright 2010- Andrei Alexandrescu. All rights reserved by the respective holders.
Expand Down
3 changes: 0 additions & 3 deletions std/container/util.d
Expand Up @@ -4,9 +4,6 @@ This module contains some common utilities used by containers.
This module is a submodule of $(MREF std, container).
Source: $(PHOBOSSRC std/container/_util.d)
Macros:
WIKI = Phobos/StdContainer
TEXTWITHCOMMAS = $0
Copyright: Red-black tree code copyright (C) 2008- by Steven Schveighoffer. Other code
copyright 2010- Andrei Alexandrescu. All rights reserved by the respective holders.
Expand Down
3 changes: 0 additions & 3 deletions std/conv.d
Expand Up @@ -15,9 +15,6 @@ Authors: $(WEB digitalmars.com, Walter Bright),
Source: $(PHOBOSSRC std/_conv.d)
Macros:
WIKI = Phobos/StdConv
*/
module std.conv;

Expand Down
3 changes: 0 additions & 3 deletions std/cstream.d
Expand Up @@ -7,9 +7,6 @@
* 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.
*
* Macros:
* WIKI=Phobos/StdCstream
*
* Copyright: Copyright Ben Hinkle 2007 - 2009.
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: Ben Hinkle
Expand Down
3 changes: 0 additions & 3 deletions std/demangle.d
Expand Up @@ -3,9 +3,6 @@
/**
* Demangle D mangled names.
*
* Macros:
* WIKI = Phobos/StdDemangle
*
* Copyright: Copyright Digital Mars 2000 - 2009.
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: $(WEB digitalmars.com, Walter Bright),
Expand Down
3 changes: 0 additions & 3 deletions std/digest/crc.d
Expand Up @@ -40,9 +40,6 @@ $(TR $(TDNW Helpers) $(TD $(MYREF crcHexString) $(MYREF crc32Of))
*
* Source: $(PHOBOSSRC std/digest/_crc.d)
*
* Macros:
* WIKI = Phobos/StdUtilDigestCRC32
*
* Standards:
* Implements the 'common' IEEE CRC32 variant
* (LSB-first order, Initial value uint.max, complement result)
Expand Down
2 changes: 0 additions & 2 deletions std/digest/md.d
Expand Up @@ -38,8 +38,6 @@ $(TR $(TDNW Helpers) $(TD $(MYREF md5Of))
*
* Source: $(PHOBOSSRC std/digest/_md.d)
*
* Macros:
* WIKI = Phobos/StdMd5
*/

/* md5.d - RSA Data Security, Inc., MD5 message-digest algorithm
Expand Down
2 changes: 0 additions & 2 deletions std/digest/ripemd.d
Expand Up @@ -42,8 +42,6 @@ $(TR $(TDNW Helpers) $(TD $(MYREF ripemd160Of))
*
* Source: $(PHOBOSSRC std/digest/_ripemd.d)
*
* Macros:
* WIKI = Phobos/StdRipemd
*/

module std.digest.ripemd;
Expand Down
2 changes: 0 additions & 2 deletions std/digest/sha.d
Expand Up @@ -48,8 +48,6 @@ $(TR $(TDNW Helpers) $(TD $(MYREF sha1Of))
*
* Source: $(PHOBOSSRC std/digest/_sha.d)
*
* Macros:
* WIKI = Phobos/StdSha1
*/

/* Copyright Kai Nacke 2012.
Expand Down
3 changes: 0 additions & 3 deletions std/encoding.d
Expand Up @@ -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
EncodingScheme) subclasses for any other _encoding.
Macros:
WIKI=Phobos/StdEncoding
Copyright: Copyright Janice Caron 2008 - 2009.
License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
Authors: Janice Caron
Expand Down
3 changes: 0 additions & 3 deletions std/exception.d
Expand Up @@ -33,9 +33,6 @@
}
--------------------
Macros:
WIKI = Phobos/StdException
Copyright: Copyright Andrei Alexandrescu 2008-, Jonathan M Davis 2011-.
License: $(WEB boost.org/LICENSE_1_0.txt, Boost License 1.0)
Authors: $(WEB erdani.org, Andrei Alexandrescu) and Jonathan M Davis
Expand Down
3 changes: 0 additions & 3 deletions std/file.d
Expand Up @@ -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
to module $(MREF std, stdio).
Macros:
WIKI = Phobos/StdFile
Copyright: Copyright Digital Mars 2007 - 2011.
See_Also: The $(WEB ddili.org/ders/d.en/files.html, official tutorial) for an
introduction to working with files in D, module
Expand Down
3 changes: 0 additions & 3 deletions std/format.d
Expand Up @@ -44,9 +44,6 @@ $(TR $(TH Function Name) $(TH Description)
The functions $(D $(LREF formatValue)) and $(D $(LREF unformatValue)) are
used for the plumbing.
Macros: WIKI = Phobos/StdFormat
Copyright: Copyright Digital Mars 2000-2013.
License: $(WEB boost.org/LICENSE_1_0.txt, Boost License 1.0).
Expand Down
4 changes: 0 additions & 4 deletions std/functional.d
Expand Up @@ -47,10 +47,6 @@ $(TR $(TH Function Name) $(TH Description)
))
)
Macros:
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)
Expand Down
4 changes: 0 additions & 4 deletions std/getopt.d
Expand Up @@ -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
enabled by default.
Macros:
WIKI = Phobos/StdGetopt
Copyright: Copyright Andrei Alexandrescu 2008 - 2015.
License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
Authors: $(WEB erdani.org, Andrei Alexandrescu)
Expand Down
2 changes: 0 additions & 2 deletions std/math.d
Expand Up @@ -79,8 +79,6 @@ $(TR $(TDNW Hardware Control) $(TD
* The semantics and names of feqrel and approxEqual will be revised.
*
* Macros:
* WIKI = Phobos/StdMath
*
* TABLE_SV = <table border="1" cellpadding="4" cellspacing="0">
* <caption>Special Values</caption>
* $0</table>
Expand Down
2 changes: 0 additions & 2 deletions std/mathspecial.d
Expand Up @@ -20,8 +20,6 @@
* is not yet finalized and will probably change.
*
* Macros:
* WIKI = Phobos/StdMathSpecial
*
* TABLE_SV = <table border="1" cellpadding="4" cellspacing="0">
* <caption>Special Values</caption>
* $0</table>
Expand Down
3 changes: 0 additions & 3 deletions std/meta.d
Expand Up @@ -17,9 +17,6 @@
* $(LINK2 http://amazon.com/exec/obidos/ASIN/0201704315/ref=ase_classicempire/102-2957199-2585768,
* Modern C++ Design),
* Andrei Alexandrescu (Addison-Wesley Professional, 2001)
* Macros:
* WIKI = Phobos/StdMeta
*
* Copyright: Copyright Digital Mars 2005 - 2015.
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors:
Expand Down
3 changes: 0 additions & 3 deletions std/mmfile.d
Expand Up @@ -2,9 +2,6 @@

/**
* Read and write memory mapped files.
* Macros:
* WIKI=Phobos/StdMmfile
*
* Copyright: Copyright Digital Mars 2004 - 2009.
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: $(WEB digitalmars.com, Walter Bright),
Expand Down
3 changes: 0 additions & 3 deletions std/numeric.d
Expand Up @@ -6,9 +6,6 @@ header in Alexander Stepanov's $(LINK2 http://sgi.com/tech/stl,
Standard Template Library), with a few additions.
Macros:
WIKI = Phobos/StdNumeric
Copyright: Copyright Andrei Alexandrescu 2008 - 2009.
License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
Authors: $(WEB erdani.org, Andrei Alexandrescu),
Expand Down

0 comments on commit cae4923

Please sign in to comment.