aboutsummaryrefslogtreecommitdiff
path: root/core/debug
diff options
context:
space:
mode:
authorgingerBill <gingerBill@users.noreply.github.com>2025-10-09 14:23:05 +0100
committergingerBill <gingerBill@users.noreply.github.com>2025-10-09 14:23:05 +0100
commitc0fd19da182e56fa49352a19f8a683eeeb758987 (patch)
tree4faef7be0d1e68cf52578d34b0779e4c3f85e6a9 /core/debug
parent8e410f82045eaabd24fd45f15df25ef2e56248b4 (diff)
parent153b0de4206773956d0402c880de2ff5254947e4 (diff)
Merge branch 'master' of https://github.com/odin-lang/Odin
Diffstat (limited to 'core/debug')
-rw-r--r--core/debug/trace/doc.odin7
1 files changed, 3 insertions, 4 deletions
diff --git a/core/debug/trace/doc.odin b/core/debug/trace/doc.odin
index e65548769..40f055161 100644
--- a/core/debug/trace/doc.odin
+++ b/core/debug/trace/doc.odin
@@ -1,6 +1,6 @@
+// package debug implements a stack trace library. Only works when debug symbols are enabled `-debug`.
+package debug_trace
/*
-A debug stack trace library. Only works when debug symbols are enabled `-debug`.
-
Example:
import "base:runtime"
import "core:debug/trace"
@@ -47,5 +47,4 @@ Example:
...
}
-*/
-package debug_trace \ No newline at end of file
+*/ \ No newline at end of file