Skip to content

Commit

Permalink
Doc comment for CaptureLazyWildcardRegexes (#10950)
Browse files Browse the repository at this point in the history
I ran across this while looking at a unit test, hovered
over it, and was annoyed that I didn't get the description.
  • Loading branch information
rainersigwald authored Nov 17, 2024
1 parent 6cd445d commit db16ed4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Build/Utilities/EngineFileUtilities.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ static EngineFileUtilities()
}
}

// used by test to reset regexes
/// <summary>
/// Test only: repopulate lazy wildcard regexes from the environment.
/// </summary>
internal static void CaptureLazyWildcardRegexes()
{
s_lazyWildCardExpansionRegexes = PopulateRegexFromEnvironment();
Expand Down

0 comments on commit db16ed4

Please sign in to comment.