docs: update containers API docs

This commit is contained in:
2026-03-20 02:35:01 +08:00
parent a647f5e8ec
commit 0c073db4e8
33 changed files with 135 additions and 56 deletions

View File

@@ -18,7 +18,7 @@
```cpp
{
Containers::Array<int> arr = {1, 2, 3};
XCEngine::Containers::Array<int> arr = {1, 2, 3};
// 使用 arr...
} // arr 在此自动销毁,析构函数被调用
```