godot icon indicating copy to clipboard operation
godot copied to clipboard

[3.x] Various fixes to C# documentation generator

Open raulsntos opened this issue 3 years ago • 0 comments

Backports #58721 to 3.x (except for adding support for [theme_item] since it doesn't exist in 3.x).

  • Fix references to global constants and members of @GlobalScope
  • Log errors for missing members or methods
  • Finds referenced members that are derived (they were not found before since it was only looking in the current type)
  • Hardcodes special case for _init method, in C# replaced with a reference to the constructor
  • Ignores properties with slashes (since they are not declared in C# and can't be referenced)
  • Refactor bbcode_to_xml method

raulsntos avatar Aug 06 '22 23:08 raulsntos