Is there a way to get javadoc with KSP?
# ksp
j
Is there a way to get javadoc with KSP?
j
you can get the docstring of a
KSDeclaration
, and from there maybe you can write a parsing function to parse it to Javadoc?
j
The string is sufficient for my use case
Thanks I see the property now