-
146 | {{#each thedocs}}
147 |
-
148 | {{ short_description }}149 |{{ long_description }}150 | {{#if params}} 151 |152 | {{#each params}} 153 |158 | {{/if}} {{#if descriptors}} 159 |154 | {{ key }}: {{ value }} 155 |156 | {{/each}} 157 |160 | {{#each descriptors}} 161 |166 | {{/if}} {{#if returns}} 167 |162 | {{ key }}: {{ value }} 163 |164 | {{/each}} 165 |
-
168 | {{#each returns}}
169 |
- 170 | {{ key }}: {{ value }} 171 | 172 | {{/each}} 173 |
176 | {{/each}}
177 |