nextcloud / openapi-extractor

A tool for extracting OpenAPI specifications from Nextcloud source code
https://docs.nextcloud.com/server/latest/developer_manual/client_apis/OCS/ocs-openapi.html
GNU Affero General Public License v3.0
7 stars 2 forks source link

Parse `@psalm-*` params as well #32

Closed provokateurin closed 11 months ago

provokateurin commented 11 months ago

Needed for https://github.com/nextcloud/server/pull/41578 for example.

provokateurin commented 11 months ago

So they are already parsed, but only the first of @param and @psalm-param is considered so mostly omitted if present.