Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect Array type document generation #77014

Closed
theraot opened this issue May 12, 2023 · 0 comments · Fixed by #77033
Closed

Incorrect Array type document generation #77014

theraot opened this issue May 12, 2023 · 0 comments · Fixed by #77033

Comments

@theraot
Copy link
Contributor

theraot commented May 12, 2023

Godot version

v4.1.dev2.official [668cf3c]

System information

Windows 10

Issue description

The documentation is generating the text for typed Array types like this: Array[Type[]] when it should be like this: Array[Type]. This happens in both return types and parameters.

For example in Geometry3D:

image

And in Node:

image

This is likely related to #72095

Steps to reproduce

Open the documentation in the editor and browse to any case of a typed Array.

Minimal reproduction project

NA

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants