donmccurdy/glTF-Transform

Minor glitch in documentation typings

Opened this issue · 1 comments

The documentation, for example, https://gltf-transform.dev/modules/extensions/classes/KHRMaterialsSpecular , now seems to include properties like the prereadTypes, and it seems like it does not resolve some types properly:

glTF-Transform doc glitch

(Or... maybe that's OK? But it looks strange...)

Thanks! I think my JSDoc/TSDoc parser doesn't support type aliases yet, it's unfortunate that it dumps the full path to the token like that... 😅