Adding 'snippet' tab to parameter datatype signature UI

This new section displays how a complex datatype should look like providing some sample code for the developer using Swagger.
This commit is contained in:
Alberto Pose
2012-11-14 17:33:38 -03:00
parent 086b24bb04
commit 9687a8084f
11 changed files with 176 additions and 5 deletions

View File

@@ -10,6 +10,7 @@ sourceFiles = [
'view/OperationView'
'view/StatusCodeView'
'view/ParameterView'
'view/SignatureView'
]