This repository was archived by the owner on Jun 1, 2023. It is now read-only.
This repository was archived by the owner on Jun 1, 2023. It is now read-only.
Calculate documentation coverage based on parameters and other aspects of symbols #246
Open
Description
As discussed in #215 (comment), we should update documentation coverage calculations to account for the following:
- Parameters in initializers, functions, and subscripts
- Return values in functions and subscripts
- Errors thrown by initializers and functions (plus subscripts and properties if SE-0310 is accepted)