documentation: Breaking the API Reference documentation ice
[sdk] / doc / ecere / ecere / com / ClassTemplateArgument.econ
1 {
2    description = "Implementation of a specific argument for templatization",
3    fields = [
4       {
5          "dataTypeClass",
6          {
7             description = "(For type parameters)"
8          }
9       },
10       {
11          "dataTypeString",
12          {
13             description = "(For type parameters)"
14          }
15       },
16       {
17          "expression",
18          {
19             description = "(For expression parameters)"
20          }
21       },
22       {
23          "member",
24          {
25             description = "(For member identifier parameters)"
26          }
27       },
28       {
29          "memberString",
30          {
31             description = "(For identifier parameters)"
32          }
33       },
34       {
35          "method",
36          {
37             description = "(For method identifier parameters)"
38          }
39       },
40       {
41          "prop",
42          {
43             description = "(For property identifier parameters)"
44          }
45       }
46    ]
47 }