This commit is contained in:
syuilo 2017-12-14 22:50:41 +09:00
parent 5b66410031
commit a357d5c6a5
4 changed files with 9 additions and 5 deletions

View file

@ -17,10 +17,9 @@ mixin table(params)
td.name= param.name
td.type
if param.kind == 'id'
| #{param.type} (ID of
= ' '
| #{param.type} (
a(href=`/docs/api/entities/${param.entity}`)= param.entity
| )
| ID)
else if param.kind == 'entity'
| #{param.type} (
a(href=`/docs/api/entities/${param.entity}`)= param.entity