docprint icon indicating copy to clipboard operation
docprint copied to clipboard

Generates documentation from api-blueprint files. See

Results 6 docprint issues
Sort by recently updated
recently updated
newest added

So docprint gives bad output when API description contains non-ASCII characters. My Browser interprets output as 8bit encoding.

Some problems occurred with the following apib. ``` FORMAT: 1A HOST: http://example.com # API ## Data Structure ### Success + status: success (string) + data (object, nullable) # Group English...

Example: + Parameters + reference: 2018-95 (string, required) - The reference of a given entity The part with `The reference of a given entity` isn't included in the generated output....

Hi! Maybe I am missing something, but it makes sense to include an example request body into generated Example requests, as otherwise there is no any use of POST example...

When using a ENUM in the parameters, which follows the specification, the build of the documentation fails. As you can see here , `+ Members` was added to make it...

When running the doc generation, HTML 4.0 entities are being processed in a few place. In my case, I discovered this with `&notice` is being converted to `¬ice` and rendering...