From 859ebd86d790a26dbac157fa436167b55f9d06b5 Mon Sep 17 00:00:00 2001 From: Ferdinand Majerech Date: Fri, 1 Aug 2014 02:46:45 +0200 Subject: [PATCH] Updated API doc main page. --- docsrc/autoddoc_index.dd | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/docsrc/autoddoc_index.dd b/docsrc/autoddoc_index.dd index 0d414fb..bef0e56 100644 --- a/docsrc/autoddoc_index.dd +++ b/docsrc/autoddoc_index.dd @@ -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: