Add copyright headers. Formatting cleanup.

This commit is contained in:
Jeff Ames
2009-04-22 00:48:56 +00:00
parent 5ea4faa6f2
commit 6aa5d3904d
16 changed files with 284 additions and 151 deletions

View File

@@ -37,13 +37,13 @@ namespace OpenSim.Framework.Statistics
/// </summary>
/// <returns></returns>
string Report();
/// <summary>
/// Report back collected statistical information in json
/// </summary>
/// <returns>
/// A <see cref="System.String"/>
/// </returns>
string XReport();
/// <summary>
/// Report back collected statistical information in json
/// </summary>
/// <returns>
/// A <see cref="System.String"/>
/// </returns>
string XReport();
}
}