Lines Matching full:description
43 'description' => 'The DokuWiki API OpenAPI specification',
169 $description = $call->getDescription();
172 $description .= "\n\n**See also:**";
174 $description .= "\n\n* " . $this->generateLink($link);
181 'description' => $call->getReturn()['description'],
190 'description' => $description,
200 'description' => 'Result',
209 'description' => 'Error object in case of an error',
213 'description' => 'The error code',
218 'description' => 'The error message',
235 … $definition['description'] = 'This method is public and does not require authentication. ' .
236 "\n\n" . $definition['description'];
241 $definition['description'] = '**This method is deprecated.** ' .
243 "\n\n" . $definition['description'];
276 $description = $info['description'];
278 … $description .= ' [_default: `' . json_encode($info['default'], JSON_THROW_ON_ERROR) . '`_]';
283 'description' => $description,
370 'description' => $propertyDoc->getSummary(),