docs: 修正 API 文档准确性 (第三轮检查)
修复问题: - containers: HashMap include 路径修复 - core: RefCounted 析构函数访问级别, Event::begin/end 返回值说明 - memory: LinearAllocator::GetMarker 返回偏移量非指针 - resources: LoadAsync 示例使用不存在的模板方法 - rhi: OpenGL 链接错误, ShaderType 枚举缺失8个类型, 链接修复 - threading: SpinLock STL 兼容方法说明, Mutex const 方法说明
This commit is contained in:
@@ -79,7 +79,7 @@
|
||||
## 使用示例
|
||||
|
||||
```cpp
|
||||
#include "Containers/HashMap.h"
|
||||
#include <XCEngine/Containers/HashMap.h>
|
||||
#include <iostream>
|
||||
|
||||
int main() {
|
||||
|
||||
Reference in New Issue
Block a user