SwiftInitializerGenerator icon indicating copy to clipboard operation
SwiftInitializerGenerator copied to clipboard

Comments are not parsed correctly

Open LeeCenY opened this issue 7 years ago • 1 comments

Xcode Version 9.3 (9E145) let updated_at: String //updated_at There are problems with comments or failures

LeeCenY avatar May 07 '18 14:05 LeeCenY

Yeah such comments are currently not handled, I think. Currently a custom Swift code parser is implemented. I'd welcome a PR that resolves this issue with comments.

Bouke avatar May 10 '18 17:05 Bouke