godot icon indicating copy to clipboard operation
godot copied to clipboard

Add a warning about C# differences in classref doc

Open raulsntos opened this issue 2 years ago • 2 comments

Adds a warning to the class reference documentation for classes that have notable[^1] differences between GDScript and C#.

  • Closes https://github.com/godotengine/godot/pull/70852 as superseded.
    • The warning added by this PR + https://github.com/godotengine/godot-docs/pull/6679 seem sufficient to supersed.
  • Closes https://github.com/godotengine/godot-docs/issues/5806.

[^1]: By notable I mean important enough to be mentioned explicitly in the C# API differences to GDScript documentation page.

raulsntos avatar Jul 08 '23 14:07 raulsntos

Would it be worth extending EditorHelp to do the same? (Possibly only when MODULE_MONO_ENABLED)

akien-mga avatar Jul 08 '23 16:07 akien-mga

I think so yes. Unfortunately we don't support [note] in EditorHelp (yet^1).

raulsntos avatar Jul 08 '23 17:07 raulsntos

Thanks!

YuriSizov avatar Jul 14 '23 17:07 YuriSizov