Skip to content

Commit 619d262

Browse files
committed
Prettify documentation links and replace examples
1 parent 3bebb70 commit 619d262

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

docs/images/after.png

-134 KB
Loading

docs/images/before.png

-61.8 KB
Loading

kotlinx-coroutines-core/jvm/src/debug/CoroutineDebugging.kt

+5-4
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@ package _COROUTINE
1212
*
1313
* There are typically two ways in which one can encounter an artificial stack frame:
1414
* 1. By using the debug mode, via the stacktrace recovery mechanism; see
15-
* https://github.com/Kotlin/kotlinx.coroutines/blob/master/docs/topics/debugging.md#stacktrace-recovery. The usual way
16-
* to enable the debug mode is with the [kotlinx.coroutines.DEBUG_PROPERTY_NAME] system property.
17-
* 2. By looking at the output of DebugProbes; see
18-
* https://github.com/Kotlin/kotlinx.coroutines/tree/master/kotlinx-coroutines-debug.
15+
* [stacktrace recovery](https://github.com/Kotlin/kotlinx.coroutines/blob/master/docs/topics/debugging.md#stacktrace-recovery)
16+
* documentation. The usual way to enable the debug mode is with the [kotlinx.coroutines.DEBUG_PROPERTY_NAME] system
17+
* property.
18+
* 2. By looking at the output of DebugProbes; see the
19+
* [kotlinx-coroutines-debug](https://github.com/Kotlin/kotlinx.coroutines/tree/master/kotlinx-coroutines-debug) module.
1920
*/
2021
internal class ArtificialStackFrames {
2122
/**

0 commit comments

Comments
 (0)