+ Updated project settings to include xml documentation output

+ Updated Matrix comment
This commit is contained in:
Michael L Smith 2016-02-16 21:56:19 -08:00
parent 1440def15d
commit 637955f2b7
2 changed files with 2 additions and 1 deletions

View File

@ -20,6 +20,7 @@
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\Debug\OSCADSharp.XML</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>

View File

@ -7,7 +7,7 @@ using System.Threading.Tasks;
namespace OSCADSharp.Spatial
{
/// <summary>
/// An n-dimensional Matrix for performing operations on doubles that
/// A Matrix for performing operations on doubles that
/// represent spatial positions
/// </summary>
internal class Matrix