We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have a code block
package org.jetbrains.qa /** * Hello, Sample * @sample org.jetbrains.qa.runSample */ fun withSample(a: Int): Int{ return a + 1 } fun runSample(){ withSample(41) }
Regarding KDoc descriptions: https://kotlinlang.org/docs/kotlin-doc.html#sample-identifier Iexpect that the body of runSample will be embedded to output, but as result I have just plane text function name
runSample
During the documentation generation process I see:
Transforming pages Cannot find descriptor for package org Cannot find PsiElement corresponding to org.jetbrains.qa.runSample Rendering Running post-actions
Installation
The text was updated successfully, but these errors were encountered:
@atyrin the same problem.
Cannot find descriptor for package com Cannot find PsiElement corresponding to com.mairwunnx.annotations.ValueXXXUnitSample
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
I have a code block
Regarding KDoc descriptions: https://kotlinlang.org/docs/kotlin-doc.html#sample-identifier Iexpect that the body of
runSample
will be embedded to output, but as result I have just plane text function nameDuring the documentation generation process I see:
Installation
The text was updated successfully, but these errors were encountered: