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

Static properties are not documented as static #94640

Closed
KoBeWi opened this issue Jul 22, 2024 · 1 comment
Closed

Static properties are not documented as static #94640

KoBeWi opened this issue Jul 22, 2024 · 1 comment

Comments

@KoBeWi
Copy link
Member

KoBeWi commented Jul 22, 2024

Tested versions

4.3 beta3

System information

Windows 10.0.19045 - Vulkan (Forward+) - dedicated NVIDIA GeForce GTX 1060 (NVIDIA; 31.0.15.4633) - Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz (8 Threads)

Issue description

Script:

extends Node

static var foo: int

static func bar():
	pass

The generated documentation is:
image
The property is not marked as static.

Steps to reproduce

See above.

Minimal reproduction project (MRP)

See above.

@dalexeev
Copy link
Member

dalexeev commented Jul 23, 2024

@dalexeev dalexeev closed this as not planned Won't fix, can't repro, duplicate, stale Jul 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants