From 9ea3a901c103499ec3d67eefde7dae5a5dd8814c Mon Sep 17 00:00:00 2001 From: Faron Bracy Date: Sun, 23 Dec 2018 11:47:54 -0500 Subject: [PATCH] Generate new documentation for version 4.2.0 --- docs/RogueSharp.Algorithms/DepthFirstPaths.htm | 4 ++-- docs/RogueSharp.Algorithms/DijkstraShortestPath.htm | 6 +++--- docs/RogueSharp.Algorithms/DirectedEdge.htm | 2 +- docs/RogueSharp.Algorithms/EdgeWeightedDigraph.htm | 8 ++++---- docs/RogueSharp.Algorithms/Graph.htm | 2 +- docs/RogueSharp.Algorithms/IndexMinPriorityQueue`1.htm | 2 +- docs/RogueSharp.Algorithms/UnionFind.htm | 2 +- docs/RogueSharp.Algorithms/index.htm | 2 +- .../ImpossibleDieException.htm | 2 +- .../InvalidChooseException.htm | 2 +- .../InvalidMultiplicityException.htm | 2 +- docs/RogueSharp.DiceNotation.Exceptions/index.htm | 2 +- docs/RogueSharp.DiceNotation.Terms/ConstantTerm.htm | 2 +- docs/RogueSharp.DiceNotation.Terms/DiceTerm.htm | 2 +- .../RogueSharp.DiceNotation.Terms/IDiceExpressionTerm.htm | 2 +- docs/RogueSharp.DiceNotation.Terms/index.htm | 2 +- docs/RogueSharp.DiceNotation/Dice.htm | 2 +- docs/RogueSharp.DiceNotation/DiceExpression.htm | 4 ++-- docs/RogueSharp.DiceNotation/DiceParser.htm | 2 +- docs/RogueSharp.DiceNotation/DiceResult.htm | 2 +- docs/RogueSharp.DiceNotation/IDiceParser.htm | 2 +- docs/RogueSharp.DiceNotation/TermResult.htm | 2 +- docs/RogueSharp.DiceNotation/index.htm | 2 +- .../BorderOnlyMapCreationStrategy`1.htm | 2 +- docs/RogueSharp.MapCreation/CaveMapCreationStrategy`1.htm | 2 +- docs/RogueSharp.MapCreation/IMapCreationStrategy`1.htm | 2 +- .../RandomRoomsMapCreationStrategy`1.htm | 2 +- .../StringDeserializeMapCreationStrategy`1.htm | 2 +- docs/RogueSharp.MapCreation/index.htm | 2 +- docs/RogueSharp.Random/DotNetRandom.htm | 2 +- docs/RogueSharp.Random/GaussianRandom.htm | 2 +- docs/RogueSharp.Random/IRandom.htm | 4 ++-- docs/RogueSharp.Random/KnownSeriesRandom.htm | 2 +- docs/RogueSharp.Random/MaxRandom.htm | 2 +- docs/RogueSharp.Random/MinRandom.htm | 2 +- docs/RogueSharp.Random/RandomState.htm | 2 +- docs/RogueSharp.Random/Singleton.htm | 2 +- docs/RogueSharp.Random/index.htm | 2 +- docs/RogueSharp/Cell.htm | 6 +++--- docs/RogueSharp/CellProperties.htm | 2 +- docs/RogueSharp/FieldOfView.htm | 2 +- docs/RogueSharp/GoalMap.htm | 4 ++-- docs/RogueSharp/ICell.htm | 4 ++-- docs/RogueSharp/IGoalMap.htm | 2 +- docs/RogueSharp/IMap.htm | 6 +++--- docs/RogueSharp/Map.htm | 2 +- docs/RogueSharp/MapState.htm | 4 ++-- docs/RogueSharp/NoMoreStepsException.htm | 2 +- docs/RogueSharp/Path.htm | 4 ++-- docs/RogueSharp/PathFinder.htm | 2 +- docs/RogueSharp/PathNotFoundException.htm | 2 +- docs/RogueSharp/Point.htm | 2 +- docs/RogueSharp/Rectangle.htm | 2 +- docs/RogueSharp/index.htm | 2 +- docs/index.htm | 2 +- 55 files changed, 71 insertions(+), 71 deletions(-) diff --git a/docs/RogueSharp.Algorithms/DepthFirstPaths.htm b/docs/RogueSharp.Algorithms/DepthFirstPaths.htm index a67c78c..40ae854 100644 --- a/docs/RogueSharp.Algorithms/DepthFirstPaths.htm +++ b/docs/RogueSharp.Algorithms/DepthFirstPaths.htm @@ -152,7 +152,7 @@
Returns
IEnumerable<int>
-
An IEnumerable sequence of vertices representing the path between the sourceVertex and the specified destinationVertex or null if no such path exists +
An IEnumerable sequence of vertices representing the path between the sourceVertex and the specified destinationVertex or null if no such path exists. The path will not include the source vertex
@@ -163,7 +163,7 @@
Returns