Commits

Michael Ilseman committed 7fddadf9db3
[Core Graphics] Fix apinotes for CGPathCreateMutableCopy CGPathCreateMutableCopy and CGPathCreateMutableCopyByTransformingPath have 'self' type of CGPath, and thus must be imported as members of CGPath proper, not CGMutablePath. Does so by following common naming conventions for producing mutable copies.