You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the title says,When you create several nested classes (and within the project, there are no references to them), the document generation does not seem to be configured correctly.
Steps to reproduce
Create a new project and create several nested classes within the project. At this point, close all the nested class gd script files you are editing in the editor (make sure they are named, and make sure they are closed in the built-in gd script editor), then. Exit the engine, turn on the engine again, and open the project. At this point, you won't find these classes in the help list.
The purpose of the help document is to make it easier for us to find the information of the script we have written.But because of this bug, we had to open the scripts we had written over and over again and save them so that we could find them in the help list.
This makes the help list seem meaningless.
Minimal reproduction project
null
The text was updated successfully, but these errors were encountered:
Can you upload an MRP to make this easier to test?
Apart from that, I suspect this is a duplicate of #72952 because the class description not showing up on the help page is one of the symptoms of that issue too. Back then, I did a bisect and pinpointed the issue to #71628.
This is one of my test projects, and you can search AINL in the help document and you'll find that this is empty, but in the actual project file there is a gd script for this class project
Can you upload an MRP to make this easier to test?
Apart from that, I suspect this is a duplicate of #72952 because the class description not showing up on the help page is one of the symptoms of that issue too. Back then, I did a bisect and pinpointed the issue to #71628.
Godot version
4.02
System information
Android
Issue description
As the title says,When you create several nested classes (and within the project, there are no references to them), the document generation does not seem to be configured correctly.
Steps to reproduce
Create a new project and create several nested classes within the project. At this point, close all the nested class gd script files you are editing in the editor (make sure they are named, and make sure they are closed in the built-in gd script editor), then. Exit the engine, turn on the engine again, and open the project. At this point, you won't find these classes in the help list.
The purpose of the help document is to make it easier for us to find the information of the script we have written.But because of this bug, we had to open the scripts we had written over and over again and save them so that we could find them in the help list.
This makes the help list seem meaningless.
Minimal reproduction project
null
The text was updated successfully, but these errors were encountered: