fixing poorly-formatted xml doc string for Util.IsInsideBox

integration
SignpostMarv 2012-10-16 13:00:16 +01:00 committed by Justin Clark-Casey (justincc)
parent ef15711089
commit 56965dd959
1 changed files with 1 additions and 1 deletions

View File

@ -536,7 +536,7 @@ namespace OpenSim.Framework
/// <summary>
/// Determines whether a point is inside a bounding box.
/// </summary>
/// <param name='v'>/param>
/// <param name='v'></param>
/// <param name='min'></param>
/// <param name='max'></param>
/// <returns></returns>