Skip to content

Commit

Permalink
Add link to #3936
Browse files Browse the repository at this point in the history
  • Loading branch information
vmishenev committed Nov 25, 2024
1 parent 4fa533f commit 54038cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public class JavaAnalysisPlugin : DokkaPlugin() {
DocCommentFinder(logger, docCommentFactory)
}

// TODO https://youtrack.jetbrains.com/issue/KT-71862 use an endpoint from AA
// TODO #3936(https://youtrack.jetbrains.com/issue/KT-71862) use an endpoint from AA
/**
* Disposes global resources which would persist after unloading Analysis API (Symbols analysis) and IJ platform classes.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public class SymbolsAnalysisPlugin : DokkaPlugin() {
PostAction {
querySingle { kotlinAnalysis }.close()
if (context.configuration.finalizeCoroutines)
// TODO https://youtrack.jetbrains.com/issue/KT-71862 use an endpoint from AA
// TODO #3936(https://youtrack.jetbrains.com/issue/KT-71862) use an endpoint from AA
javaAnalysisPlugin.disposeGlobalStandaloneApplicationServices()
}
}
Expand Down

0 comments on commit 54038cf

Please sign in to comment.