(model: Domain.Interface)
| 139 | } |
| 140 | |
| 141 | function checkInterface(model: Domain.Interface) { |
| 142 | return checkEntry(model, { |
| 143 | enforceVersion: true |
| 144 | }) |
| 145 | } |
| 146 | |
| 147 | /** |
| 148 | * Validates documentation for interface declarations. |
nothing calls this directly
no test coverage detected