summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlocks <21197843+TheBlocks@users.noreply.github.com>2020-02-22 09:13:30 +0100
committerBlocks <21197843+TheBlocks@users.noreply.github.com>2020-02-22 09:13:30 +0100
commitdf2bb8c54aebcc4e5c75efa74ba87e55ac6b87aa (patch)
tree7c003b5a614960e05f0e35f8eb62312920a47fea
parent3de8792242337beb33d34eea6c2f3d2e4de1b28e (diff)
Fixed XML documentation generation for C#csharp-xml
-rw-r--r--src/main/cs/RLBotDotNet/RLBotDotNet/Manager/BotManager.cs2
-rw-r--r--src/main/cs/RLBotDotNet/RLBotDotNet/Properties/AssemblyInfo.cs4
-rw-r--r--src/main/cs/RLBotDotNet/RLBotDotNet/RLBotDotNet.csproj2
-rw-r--r--src/main/cs/RLBotDotNet/RLBotDotNet/RLBotDotNet.nuspec4
-rw-r--r--src/main/cs/RLBotDotNet/RLBotDotNet/Renderer/Renderer.cs6
5 files changed, 10 insertions, 8 deletions
diff --git a/src/main/cs/RLBotDotNet/RLBotDotNet/Manager/BotManager.cs b/src/main/cs/RLBotDotNet/RLBotDotNet/Manager/BotManager.cs
index 194e5559..f97d2078 100644
--- a/src/main/cs/RLBotDotNet/RLBotDotNet/Manager/BotManager.cs
+++ b/src/main/cs/RLBotDotNet/RLBotDotNet/Manager/BotManager.cs
@@ -115,7 +115,7 @@ namespace RLBotDotNet
}
/// <summary>
- /// The main bot manager loop. This will continuously run the bots by setting <see cref="botRunEvent"/>.
+ /// The main bot manager loop. This will continuously run the bots by setting <see cref="BotProcess.botRunEvent"/>.
/// </summary>
private void MainBotLoop()
{
diff --git a/src/main/cs/RLBotDotNet/RLBotDotNet/Properties/AssemblyInfo.cs b/src/main/cs/RLBotDotNet/RLBotDotNet/Properties/AssemblyInfo.cs
index 6096667c..8b6b3f5f 100644
--- a/src/main/cs/RLBotDotNet/RLBotDotNet/Properties/AssemblyInfo.cs
+++ b/src/main/cs/RLBotDotNet/RLBotDotNet/Properties/AssemblyInfo.cs
@@ -26,5 +26,5 @@ using System.Runtime.InteropServices;
// Major Version
// Minor Version
// Patch Number
-[assembly: AssemblyVersion("1.12.1")]
-[assembly: AssemblyFileVersion("1.12.1")]
+[assembly: AssemblyVersion("1.12.2")]
+[assembly: AssemblyFileVersion("1.12.2")]
diff --git a/src/main/cs/RLBotDotNet/RLBotDotNet/RLBotDotNet.csproj b/src/main/cs/RLBotDotNet/RLBotDotNet/RLBotDotNet.csproj
index e97082ae..92296966 100644
--- a/src/main/cs/RLBotDotNet/RLBotDotNet/RLBotDotNet.csproj
+++ b/src/main/cs/RLBotDotNet/RLBotDotNet/RLBotDotNet.csproj
@@ -28,6 +28,8 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
+ <DocumentationFile>bin\Release\RLBotDotNet.xml</DocumentationFile>
+ <NoWarn>CS1591</NoWarn>
</PropertyGroup>
<ItemGroup>
<Reference Include="FlatBuffers, Version=1.0.0.0, Culture=neutral, processorArchitecture=AMD64">
diff --git a/src/main/cs/RLBotDotNet/RLBotDotNet/RLBotDotNet.nuspec b/src/main/cs/RLBotDotNet/RLBotDotNet/RLBotDotNet.nuspec
index d59475ea..f826d811 100644
--- a/src/main/cs/RLBotDotNet/RLBotDotNet/RLBotDotNet.nuspec
+++ b/src/main/cs/RLBotDotNet/RLBotDotNet/RLBotDotNet.nuspec
@@ -11,9 +11,9 @@
<iconUrl>https://raw.githubusercontent.com/RLBot/RLBot/master/src/main/cs/RLBotDotNet/RLBotDotNet/logo.png</iconUrl>
<icon>logo.png</icon>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
- <description>Framework for writing Rocket League bots in .NET languages.</description>
+ <description>RLBot is a framework for writing Rocket League bots in .NET languages.</description>
<releaseNotes>
-- Improved documentation for user-side methods
+- Improved documentation for user-side methods (and now enabled for users to see!)
- Fixed handling empty message from Python clients
- Added Paused and EndMatch options for GameInfoState
- Now warns when starting and stopping BotManagerServer is not possible
diff --git a/src/main/cs/RLBotDotNet/RLBotDotNet/Renderer/Renderer.cs b/src/main/cs/RLBotDotNet/RLBotDotNet/Renderer/Renderer.cs
index ac6cb07c..4534224f 100644
--- a/src/main/cs/RLBotDotNet/RLBotDotNet/Renderer/Renderer.cs
+++ b/src/main/cs/RLBotDotNet/RLBotDotNet/Renderer/Renderer.cs
@@ -261,7 +261,7 @@ namespace RLBotDotNet.Renderer
/// Draws a 2D rectangle at a 3D-tracked position in world space.
/// </summary>
/// <param name="color">The color of the rectangle.</param>
- /// <param name="upperLeft">The upper left corner of the rectangle.</param>
+ /// <param name="position">The upper left corner of the rectangle.</param>
/// <param name="width">The width in pixels.</param>
/// <param name="height">The height in pixels</param>
/// <param name="filled">Flag indicating whether the rectangle should be filled in</param>
@@ -272,7 +272,7 @@ namespace RLBotDotNet.Renderer
/// <summary>
/// Draws a 2D rectangle at a 3D-tracked position in world space.<br/>
- /// The given <see cref="position"/> is center of the rectangle.
+ /// The given position is center of the rectangle.
/// </summary>
/// <param name="color">The color of the rectangle.</param>
/// <param name="position">The center of the rectangle.</param>
@@ -286,7 +286,7 @@ namespace RLBotDotNet.Renderer
/// <summary>
/// Draws a 2D rectangle at a 3D-tracked position in world space.<br/>
- /// The given <see cref="position"/> is center of the rectangle.
+ /// The given position is center of the rectangle.
/// </summary>
/// <param name="color">The color of the rectangle.</param>
/// <param name="position">The center of the rectangle.</param>