diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2025-10-09 23:05:29 +0200 |
|---|---|---|
| committer | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2025-10-09 23:05:29 +0200 |
| commit | 7a9ea3ee6d02d8eade6d7988498bd69716391563 (patch) | |
| tree | 1a920e9550114cd2dc36d4c489bb65ea1f73542a /core/debug | |
| parent | 2bc409eab53bb7208ec59d431112489eb9d226db (diff) | |
Further overhaul of package line comments.
Diffstat (limited to 'core/debug')
| -rw-r--r-- | core/debug/pe/doc.odin | 2 | ||||
| -rw-r--r-- | core/debug/trace/doc.odin | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/core/debug/pe/doc.odin b/core/debug/pe/doc.odin index 5de03446b..7590d328f 100644 --- a/core/debug/pe/doc.odin +++ b/core/debug/pe/doc.odin @@ -1,2 +1,2 @@ -// package pe implements a reader for the PE executable format for debug purposes. +// A reader for the Windows `PE` executable format for debug purposes. package debug_pe
\ No newline at end of file diff --git a/core/debug/trace/doc.odin b/core/debug/trace/doc.odin index 40f055161..c9b715653 100644 --- a/core/debug/trace/doc.odin +++ b/core/debug/trace/doc.odin @@ -1,4 +1,4 @@ -// package debug implements a stack trace library. Only works when debug symbols are enabled `-debug`. +// Stack trace library. Only works when debug symbols are enabled using `-debug`. package debug_trace /* Example: |