Home
last modified time | relevance | path

Searched refs:generateExample (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/inc/Remote/OpenApiDoc/
H A DOpenAPIGenerator.php182 'examples' => [$this->generateExample('result', $retType->getOpenApiType())],
274 $example = $this->generateExample($name, $info['type']->getOpenApiType());
302 protected function generateExample($name, $type) function in dokuwiki\\Remote\\OpenApiDoc\\OpenAPIGenerator