diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-06-26 11:46:36 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-06-26 11:46:36 -0400 |
| commit | 6f507405ac3b0a128c63134997849203e3493a91 (patch) | |
| tree | 2804d44834ee4f9bb452f5458a871eb04ebb1910 /docs/lifecycle | |
| parent | 88646efb1c2615e6d8ff0a2eae047a5ed2a31dd4 (diff) | |
remove global name tree
Diffstat (limited to 'docs/lifecycle')
| -rw-r--r-- | docs/lifecycle/register.md | 4 | ||||
| -rw-r--r-- | docs/lifecycle/scan.md | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/lifecycle/register.md b/docs/lifecycle/register.md index f5b15a2..5db7759 100644 --- a/docs/lifecycle/register.md +++ b/docs/lifecycle/register.md @@ -12,5 +12,5 @@ ## String -1. Add task to set new `kpl_buffer` to `kpl_name_string`'s -2. The set task will add a parse task to the `kpl_name_string` +1. Add task to set new `kpl_buffer` to `namespace_string` `module_string` +2. The set task will add a parse task to `namespace_string` diff --git a/docs/lifecycle/scan.md b/docs/lifecycle/scan.md index 55b62bc..37a2718 100644 --- a/docs/lifecycle/scan.md +++ b/docs/lifecycle/scan.md @@ -2,4 +2,4 @@ --- -Register modules and assign identifiers to names +Find and register modules |
