Skip to content

Commit

Permalink
removed compiler warning for missing documentation parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
friflo committed Jan 15, 2025
1 parent 8cb0194 commit b3b0252
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ECS/Serialize/EntityConverter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ public EntityConverter() {

/// <summary>
/// Returns the passed <see cref="Entity"/> as a <see cref="DataEntity"/>
/// <param name="entity">Source entity.</param>
/// <param name="dataEntity">The target entity data is copied to.</param>
/// <param name="pretty">
/// If true each component in <see cref="DataEntity.components"/> JSON is written in a separate line.<br/>
/// If false <see cref="DataEntity.components"/> JSON has no line feeds.
Expand Down

0 comments on commit b3b0252

Please sign in to comment.