DocsHelper Will generate a docs folder with all the markdown files in the current directory.
Analysis Step:
- parse source code from PsiComment
- parse
@SampleCode
from Test class - generate markdown file
Additional feature
- setup Git Hook
- run Hook in GitHub Action and local
findKDoc.kt based on JetBrains' Kotlin Dokka code, which is released under the Apache License, Version 2.0. code psi based on Ktlint, which is released under the MIT License.