aboutsummaryrefslogtreecommitdiff
path: root/core/debug/trace
diff options
context:
space:
mode:
authorJeroen van Rijn <Kelimion@users.noreply.github.com>2025-10-10 12:24:28 +0200
committerJeroen van Rijn <Kelimion@users.noreply.github.com>2025-10-10 12:24:28 +0200
commitece213afca742bb91e9328230fd21b6b94c85662 (patch)
treebd53a386f09c717dfb8c1af903e95599a22ca6a5 /core/debug/trace
parent4068eeb5fae3981b34a5e5ae96e7c1b0c0eedc85 (diff)
Render examples.
Diffstat (limited to 'core/debug/trace')
-rw-r--r--core/debug/trace/doc.odin7
1 files changed, 4 insertions, 3 deletions
diff --git a/core/debug/trace/doc.odin b/core/debug/trace/doc.odin
index c9b715653..e5fd3f7c2 100644
--- a/core/debug/trace/doc.odin
+++ b/core/debug/trace/doc.odin
@@ -1,6 +1,6 @@
-// Stack trace library. Only works when debug symbols are enabled using `-debug`.
-package debug_trace
/*
+Stack trace library. Only works when debug symbols are enabled using `-debug`.
+
Example:
import "base:runtime"
import "core:debug/trace"
@@ -47,4 +47,5 @@ Example:
...
}
-*/ \ No newline at end of file
+*/
+package debug_trace \ No newline at end of file