Skip to content

Commit

Permalink
add deprecated docstrings for TwoTerminalHVDC
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigomha committed Jan 31, 2025
1 parent d13dd0e commit 6f7058d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/models/supplemental_constructors.jl
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,9 @@ function TwoTerminalHVDCLine(
)
end

"""
Deprecated method for TwoTerminalHVDCLine
"""
function TwoTerminalHVDCLine(
name,
available,
Expand Down Expand Up @@ -257,6 +260,9 @@ function TwoTerminalHVDCLine(
)
end

"""
Deprecated method for TwoTerminalHVDCLine
"""
function TwoTerminalHVDCLine(
name,
available,
Expand Down Expand Up @@ -286,6 +292,9 @@ function TwoTerminalHVDCLine(
)
end

"""
Deprecated method for TwoTerminalHVDCLine
"""
function TwoTerminalHVDCLine(
name,
available,
Expand Down Expand Up @@ -315,6 +324,9 @@ function TwoTerminalHVDCLine(
)
end

"""
Deprecated method for TwoTerminalHVDCLine
"""
function TwoTerminalHVDCLine(;
name,
available,
Expand Down

0 comments on commit 6f7058d

Please sign in to comment.