From 5a649701ee9413a43fe8542e8a8146618464d485 Mon Sep 17 00:00:00 2001 From: Lars Thorsen Date: Wed, 7 Dec 2011 13:01:40 +0100 Subject: [erl_docgen] Updated users guide --- lib/erl_docgen/doc/src/overview.xml | 72 ++++++------------------------------- 1 file changed, 11 insertions(+), 61 deletions(-) (limited to 'lib/erl_docgen/doc/src/overview.xml') diff --git a/lib/erl_docgen/doc/src/overview.xml b/lib/erl_docgen/doc/src/overview.xml index f0f97d8d45..2a420c53d9 100644 --- a/lib/erl_docgen/doc/src/overview.xml +++ b/lib/erl_docgen/doc/src/overview.xml @@ -1,10 +1,10 @@ - +
- 19972009 + 19972011 Ericsson AB. All Rights Reserved. @@ -20,7 +20,7 @@ under the License. - Overview + Overview OTP DTDs @@ -42,7 +42,7 @@ A collection of chapters (chapter).

- + Reference Manual @@ -72,23 +72,16 @@ the application or part DTD to write other types of documentation for the application.

- - -
- Structure of Generated HTML -

The generated HTML corresponding to a part or - application document is split into a left frame and a right - frame. The left frame contains information about the document - and links to the included files, that is chapters or manual pages. - The right frame is used to display either the front page for - the document, or the selected chapter/manual page.

+

The structure of the different documents and the meaning of the + tags are explained. There are numerous examples of documentation + source code.

-

The left frame also contains links to a bibliography and a - glossary, which are automatically generated.

+

For readability and simplicity, the examples have been kept as + short as possible. For an example of what the generated HTML + will look like, it is recommended to look at the documentation of + an OTP application.

-

In the case of an application document, the left frame - also contains a link to an automatically generated index.

@@ -108,48 +101,5 @@ tags, for example a highlighted word within a paragraph.

-
- About This Document - -

In this User's Guide, the structure of the different documents - and the meaning of the tags are explained. There are numerous - examples of documentation source code.

- -

For readability and simplicity, the examples have been kept as - short as possible. For an example of what the generated HTML - will look like, it is recommended to look at the documentation of - an OTP application.

- - This User's Guides are written using the part and - chapter DTDs. - - The Reference Manuals are written using - the application, appref and erlref DTDs. - - -
- -
- Usage - - - -

Create the relevant XML files.

- -

If there are EDoc comments in a module, the escript - - xml_from_edoc - can be used to generate an XML file according to - the erlref DTD for this module.

-
- - - -
-
-- cgit v1.2.3