consulo / consulo-csharp

Languages: C#
Apache License 2.0
50 stars 6 forks source link

Make C# Documentation ref parsing more passive #507

Closed VISTALL closed 6 years ago

VISTALL commented 6 years ago
 /// <summary>
        /// Executes triggers associated with this artifact <see cref="ArtifactDef"/>
        /// </summary>
        /// <param name="event"> event triggering some triggers </param>  
        /// <param name="phase"> phase when trigger should be invoked </param>
        /// <param name="artifact"> artifact that may trigger events </param>
        /// <param name="output"> accumulator of output physical events </param>
        /// <param name="args"> arguments of event </param>
        /// <returns> true if all triggers were triggered successfully </returns>
        bool executeTriggers(TriggerEvent @event, int phase, Artifact artifact, IList<AbstractPhysicalEvent> output, Args args);