docprint icon indicating copy to clipboard operation
docprint copied to clipboard

Non-latin characters problem and missing contents

Open yamorijp opened this issue 6 years ago • 0 comments

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

## Object English [/english]

### View English [GET]

+ Parameters
    + p: `2` (optional, number) - param1
      + Default: `1`

+ Response 200 (application/json)
    {
        status: "success"
    }
    
# Group 日本語

## Object 日本語 [/nihongo]

### View 日本語 [GET]

+ Parameters
    + p: `2` (optional, number) - パラメーター1
      + Default: `1`

+ Response 200 (application/json)
    + Attribute (Success)

yamorijp avatar May 15 '18 06:05 yamorijp