Merge pull request #242 from ihippik/patch-1

Update g_docs.go
This commit is contained in:
astaxie 2016-08-18 23:15:36 +08:00 committed by GitHub
commit 18d4adcb44
1 changed files with 1 additions and 1 deletions

View File

@ -413,7 +413,7 @@ func parserComments(comments *ast.CommentGroup, funcName, controllerName, pkgpat
pp := strings.Split(p[2], ".")
typ := pp[len(pp)-1]
if len(pp) >= 2 {
cmpath, m, mod, realTypes := getModel(typ)
cmpath, m, mod, realTypes := getModel(p[2])
para.Schema = &swagger.Schema{
Ref: "#/definitions/" + m,
}