mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 20:17:03 +00:00
docs: revert to old comment
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
4fa8433e73
commit
5ee7aaa991
1 changed files with 2 additions and 1 deletions
|
|
@ -5,7 +5,8 @@ using System.Collections.Generic;
|
|||
namespace PepperDash.Essentials.Core
|
||||
{
|
||||
/// <summary>
|
||||
/// Represents a TieLine
|
||||
/// Represents a connection between routing ports, linking a source output port to a destination input port.
|
||||
/// This class is used to define signal paths for routing algorithms, including signal type overrides and internal connections.
|
||||
/// </summary>
|
||||
public class TieLine
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue