fixing poorly-formatted xml doc string for Util.IsInsideBox

This commit is contained in:
SignpostMarv
2012-10-16 13:00:16 +01:00
committed by Justin Clark-Casey (justincc)
parent ef15711089
commit 56965dd959

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>