Move last paragraph to top for easier reading.

This commit is contained in:
H. S. Teoh 2014-11-30 18:05:07 -08:00
parent 91f62d1401
commit 70a21cc66e

10
index.d
View file

@ -3,6 +3,11 @@ Ddoc
$(P Phobos is the standard runtime library that comes with the D language
compiler.)
$(P Generally, the $(D std) namespace is used for the main modules in the
Phobos standard library. The $(D etc) namespace is used for external C/C++
library bindings. The $(D core) namespace is used for low-level D runtime
functions.)
$(P The following table is a quick reference guide to which Phobos modules to
use for a given category of functionality. Note that some modules may appear in
more than one category, as some Phobos modules are quite generic and can be
@ -324,11 +329,6 @@ $(BOOKTABLE ,
)
)
$(P Generally, the $(D std) namespace is used for the main modules in the
Phobos standard library. The $(D etc) namespace is used for external C/C++
library bindings. The $(D core) namespace is used for low-level D runtime
functions.)
Macros:
TITLE=Phobos Runtime Library
WIKI=Phobos