Silence some doc errors in VS2019.

This commit is contained in:
RoosterDragon
2019-06-20 18:18:48 +01:00
committed by reaperrr
parent b647d46196
commit 58dced7e05
5 changed files with 14 additions and 4 deletions

View File

@@ -135,6 +135,7 @@ namespace OpenRA.Activities
/// Call this method from any place that's called during a tick, such as the Tick() method itself or
/// the Before(First|Last)Run() methods. The origin activity will be marked in the output.
/// </summary>
/// <param name="self">The actor performing this activity.</param>
/// <param name="origin">Activity from which to start traversing, and which to mark. If null, mark the calling activity, and start traversal from the top.</param>
/// <param name="level">Initial level of indentation.</param>
protected void PrintActivityTree(Actor self, Activity origin = null, int level = 0)