PHPSwaggerGen icon indicating copy to clipboard operation
PHPSwaggerGen copied to clipboard

PHP library to generate Swagger/OpenAPI REST API documentation files from comments in PHP source code.

Results 3 PHPSwaggerGen issues
Sort by recently updated
recently updated
newest added

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...