refactor api documentation structure
This commit is contained in:
23
docs/api/XCEngine/Core/Containers/Containers.md
Normal file
23
docs/api/XCEngine/Core/Containers/Containers.md
Normal file
@@ -0,0 +1,23 @@
|
||||
# Containers
|
||||
|
||||
**命名空间**: `XCEngine::Core::Containers`
|
||||
|
||||
**类型**: `submodule`
|
||||
|
||||
**描述**: 字符串、数组和哈希表等核心容器。
|
||||
|
||||
## 概览
|
||||
|
||||
该目录与 `XCEngine/Core/Containers` 对应的 public headers 保持平行,用于承载唯一的 canonical API 文档入口。
|
||||
|
||||
## 头文件
|
||||
|
||||
- [Array](Array/Array.md) - `Array.h`
|
||||
- [Containers](Containers/Containers.md) - `Containers.h`
|
||||
- [HashMap](HashMap/HashMap.md) - `HashMap.h`
|
||||
- [String](String/String.md) - `String.h`
|
||||
|
||||
## 相关文档
|
||||
|
||||
- [上级目录](../Core.md)
|
||||
- [API 总索引](../../../main.md)
|
||||
Reference in New Issue
Block a user