Mismatched doc comment and function signature
Reports mismatch between parameters in doc comments and actual parameters of a function.
Example:
/// - Parameters:
/// - a:
func foo(a: Int, b: Int) {}
After the quick-fix is applied:
/// - Parameters:
/// - a:
/// - b:
func foo(a: Int, b: Int) {}
Inspection Details | |
---|---|
Available in: | AppCode 2023.3 |
Plugin: | Swift Language Support, 233.SNAPSHOT |
Last modified: 13 July 2023