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

Missing automatic document generation in the case of nested inheritance #76534

Open
Booklight12 opened this issue Apr 28, 2023 · 6 comments
Open

Comments

@Booklight12
Copy link

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

@and-rad
Copy link
Contributor

and-rad commented Apr 28, 2023

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.

@Booklight12
Copy link
Author

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

@Booklight12
Copy link
Author

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.

here

@Zireael07
Copy link
Contributor

@Booklight12 screenshot didn't upload, probably you clicked away from the post while uploading

@Booklight12
Copy link
Author

@Zireael07 there

@Booklight12
Copy link
Author

@and-rad there

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

4 participants