Summary
Appends `comment` inside summary tags as appropriate for a C# XML comment.
- Assembly
- Weaver
.dll - Namespace
- Weaver
.Editor .Procedural .Scripting - Containing Type
- CSharpProcedural
Syntax
public static void AppendSingleLineXmlComment(StringBuilder text, int indent, string comment)
Parameters
Name | Type | Description |
---|---|---|
text | StringBuilder | |
indent | int | |
comment | string |
Return Value
Type | Description |
---|---|
void |