C#: inheritdoc the "///" comment from EventHandler to the generated event
This commit is contained in:
parent
d6d43dc785
commit
4bd7c63669
1 changed files with 2 additions and 0 deletions
|
@ -235,6 +235,8 @@ namespace Godot.SourceGenerators
|
|||
.Append(signalName)
|
||||
.Append(";\n");
|
||||
|
||||
source.Append($" /// <inheritdoc cref=\"{signalDelegate.DelegateSymbol.FullQualifiedName()}\"/>\n");
|
||||
|
||||
source.Append(" public event ")
|
||||
.Append(signalDelegate.DelegateSymbol.FullQualifiedName())
|
||||
.Append(" ")
|
||||
|
|
Loading…
Reference in a new issue