Hello! I have been trying to auto generate docs for the Godot Mod Loader, but with no luck.
Upon trying to run godot --headless --doctool --gdscript-docs . I get errors about compilation failing on some scripts as ModLoaderStore isn't defined. This makes total sense, these are autoloads and I haven't created a project.godot yet. So I did so, adding in the lines
[autoload]
ModLoaderStore="*res://addons/mod_loader/mod_loader_store.gd"
ModLoader="*res://addons/mod_loader/mod_loader.gd"
```Still no luck and the same errors. Here is a screenshot of the output if that helps any