103 <h4>APIGenerator.__addClassVariablesAPI</h4> |
103 <h4>APIGenerator.__addClassVariablesAPI</h4> |
104 <b>__addClassVariablesAPI</b>(<i>className</i>) |
104 <b>__addClassVariablesAPI</b>(<i>className</i>) |
105 <p> |
105 <p> |
106 Private method to generate class api section for class variables. |
106 Private method to generate class api section for class variables. |
107 </p><dl> |
107 </p><dl> |
108 <dt><i>classname</i></dt> |
108 <dt><i>className</i></dt> |
109 <dd> |
109 <dd> |
110 Name of the class containing the class variables. (string) |
110 name of the class containing the class variables (string) |
111 </dd> |
111 </dd> |
112 </dl><a NAME="APIGenerator.__addClassesAPI" ID="APIGenerator.__addClassesAPI"></a> |
112 </dl><a NAME="APIGenerator.__addClassesAPI" ID="APIGenerator.__addClassesAPI"></a> |
113 <h4>APIGenerator.__addClassesAPI</h4> |
113 <h4>APIGenerator.__addClassesAPI</h4> |
114 <b>__addClassesAPI</b>(<i></i>) |
114 <b>__addClassesAPI</b>(<i></i>) |
115 <p> |
115 <p> |
128 <h4>APIGenerator.__addMethodsAPI</h4> |
128 <h4>APIGenerator.__addMethodsAPI</h4> |
129 <b>__addMethodsAPI</b>(<i>className</i>) |
129 <b>__addMethodsAPI</b>(<i>className</i>) |
130 <p> |
130 <p> |
131 Private method to generate the api section for class methods. |
131 Private method to generate the api section for class methods. |
132 </p><dl> |
132 </p><dl> |
133 <dt><i>classname</i></dt> |
133 <dt><i>className</i></dt> |
134 <dd> |
134 <dd> |
135 Name of the class containing the method. (string) |
135 name of the class containing the method (string) |
136 </dd> |
136 </dd> |
137 </dl><a NAME="APIGenerator.__isPrivate" ID="APIGenerator.__isPrivate"></a> |
137 </dl><a NAME="APIGenerator.__isPrivate" ID="APIGenerator.__isPrivate"></a> |
138 <h4>APIGenerator.__isPrivate</h4> |
138 <h4>APIGenerator.__isPrivate</h4> |
139 <b>__isPrivate</b>(<i>obj</i>) |
139 <b>__isPrivate</b>(<i>obj</i>) |
140 <p> |
140 <p> |