docs: update core and debug API docs

This commit is contained in:
2026-03-20 02:35:07 +08:00
parent 0c073db4e8
commit e165dbea1c
73 changed files with 743 additions and 391 deletions

View File

@@ -11,6 +11,8 @@ const char* LogCategoryToString(LogCategory category)
**返回:** 对应分类的字符串("General", "Rendering", "Physics" 等)
**线程安全:**
**复杂度:** O(1)
**示例:**