(model: Domain.Function)
| 79 | } |
| 80 | |
| 81 | function checkFunction(model: Domain.Function) { |
| 82 | return checkEntry(model, { |
| 83 | enforceVersion: true |
| 84 | }) |
| 85 | } |
| 86 | |
| 87 | /** |
| 88 | * Validates documentation for function declarations. |
nothing calls this directly
no test coverage detected