copper-leaf / copper-leaf/kodiak
[swift] Parse Swift function comment into each arg/return type
Open
- Dominant language
- Kotlin
- Stars
- 16
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
From [orchidhq/Orchid #343](https://github.com/orchidhq/Orchid/issues/343), parse comment text from a function into each arg. Also, make the return type null if the function returns void.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the Swift parser responsible for function comments and inspect how argument and return types are currently represented. Use the linked Orchid issue for context, then verify that each argument receives its comment text and that void returns produce a null return type.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kotlin, swift
- Domain
- documentation
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100