refactor api documentation structure

This commit is contained in:
2026-03-26 16:45:24 +08:00
parent 45842e961e
commit 6244b586bb
4389 changed files with 80504 additions and 69241 deletions

View File

@@ -0,0 +1,29 @@
# Debug
**命名空间**: `XCEngine::Debug`
**类型**: `module`
**描述**: 日志、Profiler 与调试集成接口。
## 概览
该目录与 `XCEngine/Debug` 对应的 public headers 保持平行,用于承载唯一的 canonical API 文档入口。
## 头文件
- [ConsoleLogSink](ConsoleLogSink/ConsoleLogSink.md) - `ConsoleLogSink.h`
- [Debug](Debug/Debug.md) - `Debug.h`
- [FileLogSink](FileLogSink/FileLogSink.md) - `FileLogSink.h`
- [ILogSink](ILogSink/ILogSink.md) - `ILogSink.h`
- [LogCategory](LogCategory/LogCategory.md) - `LogCategory.h`
- [LogEntry](LogEntry/LogEntry.md) - `LogEntry.h`
- [Logger](Logger/Logger.md) - `Logger.h`
- [LogLevel](LogLevel/LogLevel.md) - `LogLevel.h`
- [Profiler](Profiler/Profiler.md) - `Profiler.h`
- [RenderDocCapture](RenderDocCapture/RenderDocCapture.md) - `RenderDocCapture.h`
## 相关文档
- [上级目录](../XCEngine.md)
- [API 总索引](../../main.md)