elect
05/05/2021, 4:48 PMIaroslav Postovalov
05/06/2021, 5:26 PM@since makes any sense for the ported library.
2. KDoc comments can be used to generate Dokka documentation site.
https://github.com/elect86/gik/blob/4b36203d134801a6bf5d1ce5d942fd3cba9f307a/core/src/main/kotlin/gik/service/BranchService.kt#L78
3. @param[names] is incorrect in KDoc, write it like @param names https://github.com/elect86/gik/blob/4b36203d134801a6bf5d1ce5d942fd3cba9f307a/core/src/main/kotlin/gik/service/BranchService.kt#L14
4. {@code null} -> ``null``elect
05/06/2021, 5:29 PM@since , but as you saw, some of them escaped 🙂
Thanks for all the points, I'll do it as soon as I have a moment
If you would like to do it, don't hesitate to PR