Fix documentation links and add missing destructor docs

- Add missing ~ProxyAllocator destructor entry to proxy-allocator.md
- Fix relative link paths in resources documentation
This commit is contained in:
2026-03-19 01:14:36 +08:00
parent 7332a2a592
commit 94beec946b
3 changed files with 16 additions and 3 deletions

View File

@@ -58,9 +58,13 @@
| 方法 | 描述 |
|------|------|
| `Containers::Array<ResourceGUID> TopologicalSort() const` | 拓扑排序(按依赖顺序 |
| `Containers::Array<ResourceGUID> TopologicalSort() const` | 拓扑排序(当前返回空数组 - stub |
| `bool Unload(ResourceGUID guid)` | 安全卸载(考虑依赖关系) |
## 实现说明
**注意**: `TopologicalSort()` 当前为 stub返回空数组。
### 清理
| 方法 | 描述 |