PHPSwaggerGen
PHPSwaggerGen copied to clipboard
PHP library to generate Swagger/OpenAPI REST API documentation files from comments in PHP source code.
For string type, it would be useful to define default values with white spaces when the default text is quoted. For example: ``` * @rest\property string="Ubuntu 18.04 LTS" os Operating...
Besides just checking if a preprocessor variable has a given value (`@rest\if name value`) it would be very helpful to have its value inserted somewhere inside the documentation. For example...
At the moment the following code will collapse everything into one line. It makes the description harder to read once rendered in Swagger UI, and prevent using Markdown syntax to...