mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-14 04:57:15 +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
|
namespace PepperDash.Essentials.Core
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <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>
|
/// </summary>
|
||||||
public class TieLine
|
public class TieLine
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue