Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveDunn committed Jun 23, 2024
2 parents 818a711 + fd3e602 commit ae3d0bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Vogen/GenerateCodeForParse.cs
Original file line number Diff line number Diff line change
Expand Up @@ -125,14 +125,14 @@ private static void BuildParseMethod(IMethodSymbol methodSymbol, StringBuilder s
var inheritDocRef = methodSymbol.ToString()!
.Replace("<", "{")
.Replace(">", "}");

var ret =
@$"
/// <inheritdoc cref=""{inheritDocRef}""/>
/// <summary>
/// </summary>
/// <returns>
/// The value created by calling the Parse method method on the primitive.
/// The value created by calling the Parse method on the primitive.
/// </returns>
/// <exception cref=""ValueObjectValidationException"">Thrown when the value can be parsed, but is not valid.</exception>
public {staticOrNot}{item.VoTypeName} Parse({parameters}) {{
Expand Down

0 comments on commit ae3d0bf

Please sign in to comment.