From: Morriar Date: Mon, 13 Feb 2012 19:46:23 +0000 (-0500) Subject: NitDoc: Add help file. X-Git-Tag: v0.5~32^2~9 X-Git-Url: http://nitlanguage.org NitDoc: Add help file. Signed-off-by: Morriar --- diff --git a/share/nitdoc/help.html b/share/nitdoc/help.html new file mode 100644 index 0000000..b92f4c9 --- /dev/null +++ b/share/nitdoc/help.html @@ -0,0 +1,77 @@ + + + + + NitDoc | Help + + + + + + + + + +
+ + +
+ + +
+ +
+

Help

+
This documentation is organized as follows.
+ +
+

Menu Bar

+

The menu bar allows you to navigate different views of this documentation.

+
    +
  • The Overview is the front page of this documentation
  • +
  • The Index lists all properties, classes and modules
  • +
  • The Help displays this page
  • +
+

If JavaScript is enabled on your browser, a search field appears and allows you to search in all properties, classes and modules.

+
+ +
+

Overview

+

The Overview page is the front page of this documentation and provides a list of all modules with a summary for each.

+
+ +
+

Modules

+

Each module has a page that contains a summary of the module, a graphic representation and a list of its classes (including interfaces) and properties. The left block contains a list of imported and nested modules.

+

If JavaScript is enabled on your browser, classes and properties can be filtered by name.

+
+ +
+

Class

+

Each class and interface has its own separate page. Each of these pages has four sections consisting of a class/interface description, virtual and formal types list, detailed properties descriptions and inherited properties.

+

Blocks on the left display :

+
    +
  • Properties (virtual types, formal types, methods)
  • +
  • Inheritance relations (super and subclasses)
  • +
+

Before the detail of each property an icon show the type of property (diamond = virtual type, square = constructor, circle = method). The color of the icon reflect the property visibility (red = private, orange = protected, green = public).

+
+ +
+

Index

+

The Index contains an alphabetic list of all modules, classes/interfaces and properties.

+

If JavaScript is enabled on your browser, lists can be filtered by name.

+
+
+
+
+ +