mirror of
https://github.com/dlang/phobos.git
synced 2025-04-26 21:22:20 +03:00
remove the deprecated wiki macros
This commit is contained in:
parent
088f7bfe73
commit
18b8abf60a
66 changed files with 1 additions and 169 deletions
1
index.d
1
index.d
|
@ -527,6 +527,5 @@ $(COMMENT
|
|||
|
||||
Macros:
|
||||
TITLE=Phobos Runtime Library
|
||||
WIKI=Phobos
|
||||
DDOC_BLANKLINE=
|
||||
_=
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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),
|
||||
|
|
|
@ -7,8 +7,6 @@
|
|||
* C's <fenv.h>
|
||||
* 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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -7,8 +7,6 @@
|
|||
* C's <math.h>
|
||||
* 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;
|
||||
|
|
|
@ -8,8 +8,6 @@
|
|||
* C's <process.h>
|
||||
* 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;
|
||||
|
|
|
@ -7,8 +7,6 @@
|
|||
* C's <stdarg.h>
|
||||
* 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;
|
||||
|
|
|
@ -7,8 +7,6 @@
|
|||
* C's <stddef.h>
|
||||
* 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;
|
||||
|
|
|
@ -7,8 +7,6 @@
|
|||
* C's <stdio.h> 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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -7,8 +7,6 @@
|
|||
* C's <string.h>
|
||||
* 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;
|
||||
|
|
|
@ -7,8 +7,6 @@
|
|||
* C's <time.h>
|
||||
* 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;
|
||||
|
|
|
@ -7,8 +7,6 @@
|
|||
* C's <wchar.h>
|
||||
* 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;
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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).
|
||||
|
||||
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
|
||||
|
|
|
@ -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).
|
||||
|
||||
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
|
||||
|
|
|
@ -5,8 +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
|
||||
|
|
|
@ -401,8 +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
|
||||
|
|
|
@ -4,8 +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
|
||||
|
|
|
@ -5,8 +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
|
||||
|
|
|
@ -4,8 +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
|
||||
|
|
|
@ -15,9 +15,6 @@ Authors: $(WEB digitalmars.com, Walter Bright),
|
|||
|
||||
Source: $(PHOBOSSRC std/_conv.d)
|
||||
|
||||
Macros:
|
||||
WIKI = Phobos/StdConv
|
||||
|
||||
*/
|
||||
module std.conv;
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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),
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -42,8 +42,6 @@ $(TR $(TDNW Helpers) $(TD $(MYREF ripemd160Of))
|
|||
*
|
||||
* Source: $(PHOBOSSRC std/digest/_ripemd.d)
|
||||
*
|
||||
* Macros:
|
||||
* WIKI = Phobos/StdRipemd
|
||||
*/
|
||||
|
||||
module std.digest.ripemd;
|
||||
|
|
|
@ -48,8 +48,6 @@ $(TR $(TDNW Helpers) $(TD $(MYREF sha1Of))
|
|||
*
|
||||
* Source: $(PHOBOSSRC std/digest/_sha.d)
|
||||
*
|
||||
* Macros:
|
||||
* WIKI = Phobos/StdSha1
|
||||
*/
|
||||
|
||||
/* Copyright Kai Nacke 2012.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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).
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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),
|
||||
|
|
|
@ -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),
|
||||
|
|
|
@ -3,9 +3,6 @@
|
|||
/**
|
||||
Serialize data to $(D ubyte) arrays.
|
||||
|
||||
* Macros:
|
||||
* WIKI = Phobos/StdOutbuffer
|
||||
*
|
||||
* Copyright: Copyright Digital Mars 2000 - 2015.
|
||||
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
|
||||
* Authors: $(WEB digitalmars.com, Walter Bright)
|
||||
|
|
|
@ -48,8 +48,6 @@
|
|||
$(WEB boost.org/LICENSE_1_0.txt, Boost License 1.0)
|
||||
Source:
|
||||
$(PHOBOSSRC std/_path.d)
|
||||
Macros:
|
||||
WIKI = Phobos/StdPath
|
||||
*/
|
||||
module std.path;
|
||||
|
||||
|
|
|
@ -80,7 +80,6 @@ License:
|
|||
Source:
|
||||
$(PHOBOSSRC std/_process.d)
|
||||
Macros:
|
||||
WIKI=Phobos/StdProcess
|
||||
OBJECTREF=$(D $(LINK2 object.html#$0,$0))
|
||||
LREF=$(D $(LINK2 #.$0,$0))
|
||||
*/
|
||||
|
@ -3243,10 +3242,6 @@ unittest
|
|||
|
||||
|
||||
/*
|
||||
Macros:
|
||||
|
||||
WIKI=Phobos/StdProcess
|
||||
|
||||
Copyright: Copyright Digital Mars 2007 - 2009.
|
||||
License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
|
||||
Authors: $(WEB digitalmars.com, Walter Bright),
|
||||
|
|
|
@ -39,9 +39,6 @@ Source: $(PHOBOSSRC std/_random.d)
|
|||
|
||||
Macros:
|
||||
|
||||
WIKI = Phobos/StdRandom
|
||||
|
||||
|
||||
Copyright: Copyright Andrei Alexandrescu 2008 - 2009, Joseph Rushton Wakeling 2012.
|
||||
License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
|
||||
Authors: $(WEB erdani.org, Andrei Alexandrescu)
|
||||
|
|
|
@ -54,10 +54,6 @@ $(BOOKTABLE ,
|
|||
|
||||
Source: $(PHOBOSSRC std/range/_interfaces.d)
|
||||
|
||||
Macros:
|
||||
|
||||
WIKI = Phobos/StdRange
|
||||
|
||||
Copyright: Copyright by authors 2008-.
|
||||
|
||||
License: $(WEB boost.org/LICENSE_1_0.txt, Boost License 1.0).
|
||||
|
|
|
@ -175,10 +175,6 @@ _range operations that take advantage of the fact that the _range is sorted.
|
|||
|
||||
Source: $(PHOBOSSRC std/_range/_package.d)
|
||||
|
||||
Macros:
|
||||
|
||||
WIKI = Phobos/StdRange
|
||||
|
||||
Copyright: Copyright by authors 2008-.
|
||||
|
||||
License: $(WEB boost.org/LICENSE_1_0.txt, Boost License 1.0).
|
||||
|
|
|
@ -101,10 +101,6 @@ $(BOOKTABLE ,
|
|||
|
||||
Source: $(PHOBOSSRC std/range/_primitives.d)
|
||||
|
||||
Macros:
|
||||
|
||||
WIKI = Phobos/StdRange
|
||||
|
||||
Copyright: Copyright by authors 2008-.
|
||||
|
||||
License: $(WEB boost.org/LICENSE_1_0.txt, Boost License 1.0).
|
||||
|
|
|
@ -46,7 +46,6 @@
|
|||
* Not safe for multiple threads operating on the same signals
|
||||
* or slots.
|
||||
* Macros:
|
||||
* WIKI = Phobos/StdSignals
|
||||
* SIGNALS=signals
|
||||
*
|
||||
* Copyright: Copyright Digital Mars 2000 - 2009.
|
||||
|
|
|
@ -40,8 +40,6 @@
|
|||
* Authors: Christopher E. Miller, $(WEB klickverbot.at, David Nadlinger),
|
||||
* $(WEB thecybershadow.net, Vladimir Panteleev)
|
||||
* Source: $(PHOBOSSRC std/_socket.d)
|
||||
* Macros:
|
||||
* WIKI=Phobos/StdSocket
|
||||
*/
|
||||
|
||||
module std.socket;
|
||||
|
|
|
@ -33,7 +33,6 @@
|
|||
* References:
|
||||
* $(MREF std, stream)
|
||||
* 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_2016-10@@@
|
||||
|
|
|
@ -113,7 +113,6 @@
|
|||
))
|
||||
|
||||
* Macros:
|
||||
* WIKI=Phobos/StdStdint
|
||||
* ATABLE=<table border="1" cellspacing="0" cellpadding="5">$0</table>
|
||||
*
|
||||
* Copyright: Copyright Digital Mars 2000 - 2009.
|
||||
|
|
|
@ -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).
|
||||
|
||||
Source: $(PHOBOSSRC std/_stdio.d)
|
||||
Macros:
|
||||
WIKI=Phobos/StdStdio
|
||||
|
||||
Copyright: Copyright Digital Mars 2007-.
|
||||
License: $(WEB boost.org/LICENSE_1_0.txt, Boost License 1.0).
|
||||
Authors: $(WEB digitalmars.com, Walter Bright),
|
||||
|
|
|
@ -5,8 +5,6 @@
|
|||
* current standards. It will be remove in October 2016.)
|
||||
*
|
||||
* Source: $(PHOBOSSRC std/_stream.d)
|
||||
* Macros:
|
||||
* WIKI = Phobos/StdStream
|
||||
*/
|
||||
|
||||
/*
|
||||
|
|
|
@ -134,7 +134,7 @@ See_Also:
|
|||
for functions that work with unicode strings
|
||||
)
|
||||
|
||||
Macros: WIKI = Phobos/StdString
|
||||
Macros:
|
||||
SHORTXREF=$(XREF2 $1, $2, $(TT $2))
|
||||
SHORTXREF_PACK=$(XREF_PACK_NAMED $1,$2,$3, $(TT $3))
|
||||
|
||||
|
|
|
@ -3,9 +3,6 @@
|
|||
/**
|
||||
* Information about the target operating system, environment, and CPU.
|
||||
*
|
||||
* Macros:
|
||||
* WIKI = Phobos/StdSystem
|
||||
*
|
||||
* 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) and Jonathan M Davis
|
||||
|
|
|
@ -136,9 +136,6 @@
|
|||
* )
|
||||
* )
|
||||
*
|
||||
* Macros:
|
||||
* WIKI = Phobos/StdTraits
|
||||
*
|
||||
* Copyright: Copyright Digital Mars 2005 - 2009.
|
||||
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
|
||||
* Authors: $(WEB digitalmars.com, Walter Bright),
|
||||
|
|
|
@ -6,10 +6,6 @@ that allow construction of new, useful general-purpose types.
|
|||
|
||||
Source: $(PHOBOSSRC std/_typecons.d)
|
||||
|
||||
Macros:
|
||||
|
||||
WIKI = Phobos/StdVariant
|
||||
|
||||
Synopsis:
|
||||
|
||||
----
|
||||
|
|
|
@ -597,9 +597,6 @@
|
|||
Trademarks:
|
||||
Unicode(tm) is a trademark of Unicode, Inc.
|
||||
|
||||
Macros:
|
||||
WIKI=Phobos/StdUni
|
||||
|
||||
Copyright: Copyright 2013 -
|
||||
License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
|
||||
Authors: Dmitry Olshansky
|
||||
|
|
|
@ -11,9 +11,6 @@
|
|||
* See_Also:
|
||||
* $(LINK2 http://www.ietf.org/rfc/rfc3986.txt, RFC 3986)<br>
|
||||
* $(LINK2 http://en.wikipedia.org/wiki/Uniform_resource_identifier, Wikipedia)
|
||||
* Macros:
|
||||
* WIKI = Phobos/StdUri
|
||||
*
|
||||
* 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)
|
||||
|
|
|
@ -10,9 +10,6 @@
|
|||
$(LINK2 http://en.wikipedia.org/wiki/Unicode, Wikipedia)<br>
|
||||
$(LINK http://www.cl.cam.ac.uk/~mgk25/unicode.html#utf-8)<br>
|
||||
$(LINK http://anubis.dkuug.dk/JTC1/SC2/WG2/docs/n1335)
|
||||
Macros:
|
||||
WIKI = Phobos/StdUtf
|
||||
|
||||
Copyright: Copyright Digital Mars 2000 - 2012.
|
||||
License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
|
||||
Authors: $(WEB digitalmars.com, Walter Bright) and Jonathan M Davis
|
||||
|
|
|
@ -10,9 +10,6 @@ Such types are useful
|
|||
for type-uniform binary interfaces, interfacing with scripting
|
||||
languages, and comfortable exploratory programming.
|
||||
|
||||
Macros:
|
||||
WIKI = Phobos/StdVariant
|
||||
|
||||
Synopsis:
|
||||
----
|
||||
Variant a; // Must assign before use, otherwise exception ensues
|
||||
|
|
|
@ -3,9 +3,6 @@
|
|||
/**
|
||||
* Support UTF-8 on Windows 95, 98 and ME systems.
|
||||
*
|
||||
* Macros:
|
||||
* WIKI = Phobos/StdWindowsCharset
|
||||
*
|
||||
* Copyright: Copyright Digital Mars 2005 - 2009.
|
||||
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
|
||||
* Authors: $(WEB digitalmars.com, Walter Bright)
|
||||
|
|
|
@ -112,9 +112,6 @@ void main()
|
|||
writefln(join(doc.pretty(3),"\n"));
|
||||
}
|
||||
-------------------------------------------------------------------------------
|
||||
Macros:
|
||||
WIKI=Phobos/StdXml
|
||||
|
||||
Copyright: Copyright Janice Caron 2008 - 2009.
|
||||
License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
|
||||
Authors: Janice Caron
|
||||
|
|
|
@ -14,9 +14,6 @@
|
|||
* $(LI $(BUGZILLA 2137))
|
||||
* )
|
||||
*
|
||||
* Macros:
|
||||
* WIKI = Phobos/StdZip
|
||||
*
|
||||
* Example:
|
||||
* ---
|
||||
// Read existing zip file.
|
||||
|
|
|
@ -43,9 +43,6 @@
|
|||
* References:
|
||||
* $(WEB en.wikipedia.org/wiki/Zlib, Wikipedia)
|
||||
*
|
||||
* Macros:
|
||||
* WIKI = Phobos/StdZlib
|
||||
*
|
||||
* 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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue