1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 04:22:20 +02:00

Add documentation reflection for comptime

This commit is contained in:
Rune 2025-06-07 10:07:34 +02:00
parent b062c3d2dd
commit 83ccc1662d
5 changed files with 98 additions and 0 deletions

View file

@ -442,6 +442,7 @@ enum CeFunctionKind
CeFunctionKind_GetReflectSpecializedType,
CeFunctionKind_Type_ToString,
CeFunctionKind_TypeName_ToString,
CeFunctionKind_TypeDocumentation_ToString,
CeFunctionKind_Namespace_ToString,
CeFunctionKind_Type_GetCustomAttribute,
CeFunctionKind_Field_GetCustomAttribute,
@ -453,9 +454,11 @@ enum CeFunctionKind
CeFunctionKind_GetMethod,
CeFunctionKind_Method_ToString,
CeFunctionKind_Method_GetName,
CeFunctionKind_Method_GetDocumentation,
CeFunctionKind_Method_GetInfo,
CeFunctionKind_Method_GetParamInfo,
CeFunctionKind_Method_GetGenericArg,
CeFunctionKind_Field_GetDocumentation,
CeFunctionKind_Field_GetStatic,
CeFunctionKind_SetReturnType,