@iakobsdesamos

Pretty sure this got overlooked! Don't be afraid to bump the issue with the results on the latest stable version!

I'm no C++ coder, but as far as i understand plugin documentation is still unsupported. For example, Godot Jolt doesn't have it either because of this.

It is possible that you are facing a half baked feature and you are indeed doing nothing wrong.

@mihe , excuse to bother you, is this still the situation with plugin documentation? i get this question a lot.

@YoSoyFreeman @iakobsdesamos Script plugins (like in this case) are different from GDExtension. I don't know much about script plugins sadly, so I don't have much to add there, but I would assume they use completely different facilities for providing/generating documentation.

GDExtension did however get support for providing in-editor documentation this week actually: https://github.com/godotengine/godot/pull/83747

GDExtension: Add an interface for loading extra documentation by Riteo · Pull Request #83747 · godotengine/godot

This is the culmination of quite a lot of attempts at interfacing with the editor documentation from GDExtension's API. It's not perfect but I think that it's finally usable enough considering the ...

GitHub

@mihe @iakobsdesamos

Thank you so much for the help Mihe! That helps a lot. Now we have some direction to look for!

Have a great day!