File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ public enum LimitMode
151
151
} ;
152
152
153
153
/// <summary>
154
- /// Interface for CAN Speed Controllers like <see cref=" CTRE.CANTalon">CANTalon</see> and <see cref="CANJaguar"/>
154
+ /// Interface for CAN Speed Controllers like @ CTRE.CANTalon and <see cref="CANJaguar"/>
155
155
/// </summary>
156
156
// ReSharper disable once PossibleInterfaceMemberAmbiguity
157
157
public interface ICANSpeedController : ISpeedController , IPIDInterface , ILiveWindowSendable
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ namespace WPILib
4
4
{
5
5
/// <summary>
6
6
/// Cross the Road Electronics (CTRE) Talon SRX Speed Controller with PWM control</summary>
7
- /// <seealso cref=" CANTalon"> for CAN control of Talon SRX</seealso >
7
+ /// <remarks> See @CTRE. CANTalon for CAN contol of Talon SRX </remarks >
8
8
public class TalonSRX : PWMSpeedController
9
9
{
10
10
/// <summary>
@@ -35,7 +35,7 @@ protected void InitTalonSRX()
35
35
/// <summary>
36
36
/// Creates a new Talon SRX Motor Controller in PWM mode.
37
37
/// </summary>
38
- /// <remarks>See <see cref=" CANTalon"/> for using a TalonSRX in CAN mode.</remarks>
38
+ /// <remarks>See @CTRE. CANTalon for using a TalonSRX in CAN mode.</remarks>
39
39
/// <param name="channel">The PWM Channel that the TalonSRX is attached to. 0-9 are on-board, 10-19 are on the MXP port</param>
40
40
public TalonSRX ( int channel )
41
41
: base ( channel )
You can’t perform that action at this time.
0 commit comments