Skip to content

Commit 668006a

Browse files
committed
Fixed namespace issue with factory system. Regenerated docs.
1 parent 4ffdf92 commit 668006a

135 files changed

Lines changed: 5089 additions & 2618 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

GoRogue/Factory/BlueprintConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
namespace SadConsole.Factory
1+
namespace GoRogue.Factory
22
{
33
/// <summary>
44
/// Base class for a settings object that contains parameters to pass to the Create function of a factory.

GoRogue/Factory/Factory.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
using System.Collections;
33
using System.Collections.Generic;
44

5-
namespace SadConsole.Factory
5+
namespace GoRogue.Factory
66
{
77
/// <summary>
88
/// A factory that produces a type of object based on a blueprint and a set of configuration parameters.

GoRogue/Factory/IBlueprint.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
namespace SadConsole.Factory
1+
namespace GoRogue.Factory
22
{
33
/// <summary>
44
/// Defines how to create a <typeparamref name="TProduced"/> object.

GoRogue/Factory/IFactoryObject.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
namespace SadConsole.Factory
1+
namespace GoRogue.Factory
22
{
33
/// <summary>
44
/// Interface that can optionally be implemented by objects created via a <see cref="Factory{TBlueprintConfig, TProduced}"/>. The <see cref="DefinitionId"/> property

GoRogue/Factory/SimpleBlueprint.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
namespace SadConsole.Factory
1+
namespace GoRogue.Factory
22
{
33
/// <summary>
44
/// A simple <see cref="IBlueprint{TBlueprintConfig, TProduced}"/> that can be used when no configuration object is necessary to create the object.

GoRogue/SpatialMap.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,7 @@ public string ToString(Func<T, string> itemStringifier)
421421
/// See the <see cref="ISpatialMap{T}"/> for documentation on the practical purpose of spatial
422422
/// maps.
423423
///
424+
///
424425
/// The objects stored in a SpatialMap must implement <see cref="IHasID"/>. This is used
425426
/// internally to keep track of the objects, since uints are easily (and efficiently) hashable.
426427
/// </remarks>

docs/api/GoRogue.AdjacencyRule.Types.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,10 @@ <h3 id="extensionmethods">Extension Methods</h3>
123123
<div class="contribution">
124124
<ul class="nav">
125125
<li>
126-
<a href="https://github.com/Chris3606/GoRogue/new/master/apiSpec/new?filename=GoRogue_AdjacencyRule_Types.md&amp;value=---%0Auid%3A%20GoRogue.AdjacencyRule.Types%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
126+
<a href="https://github.com/Chris3606/GoRogue/new/develop/apiSpec/new?filename=GoRogue_AdjacencyRule_Types.md&amp;value=---%0Auid%3A%20GoRogue.AdjacencyRule.Types%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
127127
</li>
128128
<li>
129-
<a href="https://github.com/Chris3606/GoRogue/blob/master/GoRogue/AdjacencyRule.cs/#L49" class="contribution-link">View Source</a>
129+
<a href="https://github.com/Chris3606/GoRogue/blob/develop/GoRogue/AdjacencyRule.cs/#L49" class="contribution-link">View Source</a>
130130
</li>
131131
</ul>
132132
</div>

docs/api/GoRogue.AdjacencyRule.html

Lines changed: 42 additions & 42 deletions
Large diffs are not rendered by default.

docs/api/GoRogue.AdvancedLayeredSpatialMap-1.html

Lines changed: 88 additions & 88 deletions
Large diffs are not rendered by default.

docs/api/GoRogue.AdvancedMultiSpatialMap-1.html

Lines changed: 58 additions & 58 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)