diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2025-10-09 15:18:23 +0200 |
|---|---|---|
| committer | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2025-10-09 15:18:23 +0200 |
| commit | 153b0de4206773956d0402c880de2ff5254947e4 (patch) | |
| tree | 99f69559e880cd63068cf1785698d70e9881ffc3 /core/dynlib | |
| parent | 9c7fe1d8a7b26ecd0d4de2a1d6241f453deca6cc (diff) | |
Package lines for core:debug
Diffstat (limited to 'core/dynlib')
| -rw-r--r-- | core/dynlib/doc.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/dynlib/doc.odin b/core/dynlib/doc.odin index 487fcb715..6cb443092 100644 --- a/core/dynlib/doc.odin +++ b/core/dynlib/doc.odin @@ -1,5 +1,5 @@ /* -Package `core:dynlib` implements loading of shared libraries/DLLs and their symbols. +package dynlib implements loading of shared libraries/DLLs and their symbols. The behaviour of dynamically loaded libraries is specific to the target platform of the program. For in depth detail on the underlying behaviour please refer to your target platform's documentation. |