Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/BloomExe/SendReceive/BloomChorusRules.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

namespace Bloom.SendReceive
{
/// <summary>
/// This class provides the configuration information that allows Chorus to know how to merge Bloom repositories.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this really worth saying? Or is it obvious from the class name?

/// </summary>
public class BloomChorusRules
{
public static void AddFileInfoToFolderConfiguration(ProjectFolderConfiguration config)
Expand Down