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