Skip to content

Commit

Permalink
(#80) Add documentation on the solution metadata attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Apr 21, 2024
1 parent 63d7023 commit 785050b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cesium.Solution.Metadata/SolutionMetadataAttribute.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
namespace Cesium.Solution.Metadata;

/// <summary>This attribute is only used by the Cesium test infrastructure.</summary>
public class SolutionMetadataAttribute : Attribute
{
public string SourceRoot { get; }
Expand Down

0 comments on commit 785050b

Please sign in to comment.