I created a utility several months ago for generating reStructrured API documentation for Godot projects (see gdscript2restr.
This was created for Godot 3 but now that Godot has documentation styles built in I would like to update it to use these new styles. Godot 4 gives instructions for adding the comments to the gdscript files and then states This documentation can be generated as XML files by the editor.
I am a loss to find any information on how the editor generates this documentation - any assistance would be gratefully appreciated.

Thanks
Douglas

a month later
5 days later
4 days later

Tomcat
Thank you for the link, I will be most interested when the proposed project is finished and the API documentation is available as an XML file.

My main aim is to create something like doxygen which will use sphinx to generate formatted documentation and I was hoping that Godot 4 would already provide usable API details without having to parse them myself.
I've trying to do it in c++ this time using wxWidgets (a new interface for me) - It is more a mental exercise as there is only so much golf you can play once your're retired!