-
-
Notifications
You must be signed in to change notification settings - Fork 21.4k
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
Documentation from ## comments are not generating properly in addon #94765
Comments
When you say "they suddenly stopped working", do you mean they stopped working when you switched to 4.2.2-stable? If so what version were you on before. I'm curious if I can spot the regression between versions. |
The previously mentioned things still happen for custom nodes but after deleting .godot they will show their parent classes properties' description. |
If you want me to copy this information over to #72406 please let me know. |
Tested versions
System information
Godot v4.2.2.stable - Pop!_OS 22.04 LTS - X11 - Vulkan (Forward+) - dedicated AMD Radeon RX 6600 (RADV NAVI23) () - Intel(R) Core(TM) i3-9100F CPU @ 3.60GHz (4 Threads)
Issue description
I have an addon in which I've added documentation to scripts by using ## comments. The problem is, these aren't showing up when hovering on properties or searching docs. They used to, but they suddenly stopped working. And it's not only for me, but also other users with the addon.
Sometimes I can get them to appear on a individual class by updating the comments (like removing a character), but other times not only this fixes it.
Steps to reproduce
test_scene.tscn
. Go to the HeightmapGenerator2D node and hover over any properties. You'll see that you can see their documentation.The problem seems to be in .godot/, as removing the folder fixes it until the next reload.
Minimal reproduction project (MRP)
mrp.zip
The text was updated successfully, but these errors were encountered: