I'm attempting my first pr for godot and I've run into a wall not with the code (at least not yet) but with the styling. I'm using Visual Studio for my ide which has ClangFormat enabled, I generated my doc .xml file using the --doctool cmd line option, but the check hits:
ERROR: AtlasTexture.xml: Unresolved enum "Direction".
I assume the enum needs to be defined somewhere in docs? Maybe? I'm really not sure but the --doctool didn't do it. Any help getting me in the right direction would be greatly appreciated
https://github.com/godotengine/godot/actions/runs/12973821453/job/36182994748?pr=102052