root/GearsORM/trunk/docs/Menu.txt

Revision 329, 2.3 kB (checked in by uriel, 1 year ago)

*regenerated documentation
*added version attribute to GearsORM
*added script NaturalDocs? comment in GearsORM.Transaction.js

Line 
1 Format: Development Release 02-10-2007 (1.35 base)
2
3
4 # You can add a title and sub-title to your menu like this:
5 # Title: [project name]
6 # SubTitle: [subtitle]
7
8 # You can add a footer to your documentation like this:
9 # Footer: [text]
10 # If you want to add a copyright notice, this would be the place to do it.
11
12 # You can add a timestamp to your documentation like one of these:
13 # Timestamp: Generated on month day, year
14 # Timestamp: Updated mm/dd/yyyy
15 # Timestamp: Last updated mon day
16 #
17 #   m     - One or two digit month.  January is "1"
18 #   mm    - Always two digit month.  January is "01"
19 #   mon   - Short month word.  January is "Jan"
20 #   month - Long month word.  January is "January"
21 #   d     - One or two digit day.  1 is "1"
22 #   dd    - Always two digit day.  1 is "01"
23 #   day   - Day with letter extension.  1 is "1st"
24 #   yy    - Two digit year.  2006 is "06"
25 #   yyyy  - Four digit year.  2006 is "2006"
26 #   year  - Four digit year.  2006 is "2006"
27
28
29 # --------------------------------------------------------------------------
30 #
31 # Cut and paste the lines below to change the order in which your files
32 # appear on the menu.  Don't worry about adding or removing files, Natural
33 # Docs will take care of that.
34 #
35 # You can further organize the menu by grouping the entries.  Add a
36 # "Group: [name] {" line to start a group, and add a "}" to end it.
37 #
38 # You can add text and web links to the menu by adding "Text: [text]" and
39 # "Link: [name] ([URL])" lines, respectively.
40 #
41 # The formatting and comments are auto-generated, so don't worry about
42 # neatness when editing the file.  Natural Docs will clean it up the next
43 # time it is run.  When working with groups, just deal with the braces and
44 # forget about the indentation and comments.
45 #
46 # --------------------------------------------------------------------------
47
48
49 File: GearsORM.Fields.js  (GearsORM.Fields.js)
50 File: GearsORM.Introspection.js  (GearsORM.Introspection.js)
51 File: GearsORM.js  (GearsORM.js)
52 File: GearsORM.Model.js  (GearsORM.Model.js)
53 File: GearsORM.ResultIterator.js  (GearsORM.ResultIterator.js)
54 File: GearsORM.Transaction.js  (GearsORM.Transaction.js)
55
56 Group: Index  {
57
58    Index: Everything
59    Class Index: Classes
60    File Index: Files
61    Function Index: Functions
62    Property Index: Properties
63    }  # Group: Index
64
Note: See TracBrowser for help on using the browser.