diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2025-10-10 12:24:28 +0200 |
|---|---|---|
| committer | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2025-10-10 12:24:28 +0200 |
| commit | ece213afca742bb91e9328230fd21b6b94c85662 (patch) | |
| tree | bd53a386f09c717dfb8c1af903e95599a22ca6a5 /core/debug/trace | |
| parent | 4068eeb5fae3981b34a5e5ae96e7c1b0c0eedc85 (diff) | |
Render examples.
Diffstat (limited to 'core/debug/trace')
| -rw-r--r-- | core/debug/trace/doc.odin | 7 |
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 |