documentation: Breaking the API Reference documentation ice
[sdk] / doc / ecere / ecere / com / ClassTemplateParameter.econ
1 {
2    description = "Definition of a parameter for class templates",
3    fields = [
4       {
5          "dataTypeString",
6          {
7             description = "(For type parameters)"
8          }
9       },
10       {
11          "defaultArg",
12          {
13             description = "Default argument value for this parameter"
14          }
15       },
16       {
17          "memberType",
18          {
19             description = "(For identifier parameters)"
20          }
21       },
22       {
23          "name",
24          {
25             description = "Name for this parameter"
26          }
27       },
28       {
29          "next",
30          {
31             description = "(link within parameters list)"
32          }
33       },
34       {
35          "prev",
36          {
37             description = "(link within parameters list)"
38          }
39       },
40       {
41          "type",
42          {
43             description = "Type for this parameter"
44          }
45       }
46    ]
47 }