Updated API doc main page.

This commit is contained in:
Ferdinand Majerech 2014-08-01 02:46:45 +02:00
parent a4b4a42c55
commit 859ebd86d7

View file

@ -1,17 +1,16 @@
Ddoc
$(P
This is the complete API documentation for D:YAML. It describes all classes,
methods and global functions provided by the library. This is not the best place
to start learning how to use D:YAML. Rather, it should serve as a reference when
you need detailed information about every bit of D:YAML functionality. You can
find more introductory material in D:YAML $(LINK2 ../index.html, tutorials).
This is the complete API documentation for D:YAML. It describes all classes, methods and
global functions provided by the library. This is not the best place to start learning;
it should serve as a reference when detailed information about D:YAML functionality is
needed. To get started with D:YAML see $(LINK2 ../index.html, tutorials).
)
$(P
In this API documentation, each D:YAML module is documented separately. However,
to use D:YAML, you don't need to import these modules. All you need to do is
import the $(I yaml) module, which will import all needed modules.
Although each D:YAML module is documented on a separate page, you don't need to import
individual modules. Importing the $(I yaml) module automatically imports all D:YAML
functionality.
)
Macros: