fix javadoc warnings/errors

Change-Id: I079699631185f986952bbf4cbb23661f9f9d123d
This commit is contained in:
Joe Ross
2015-10-04 15:08:52 -07:00
committed by Peter Johnson
parent 61760c839a
commit c3c35c604c
23 changed files with 42 additions and 48 deletions

View File

@@ -10,7 +10,7 @@ import edu.wpi.first.wpilibj.DigitalOutput;
import edu.wpi.first.wpilibj.Timer;
/**
* @file FakeCounterSource.java Simulates an encoder for testing purposes
* Simulates an encoder for testing purposes
* @author Ryan O'Meara
*/
public class FakeCounterSource {

View File

@@ -10,7 +10,7 @@ import edu.wpi.first.wpilibj.DigitalOutput;
import edu.wpi.first.wpilibj.Timer;
/**
* @file FakeEncoderSource.java Emulates a quadrature encoder
* Emulates a quadrature encoder
* @author Ryan O'Meara
*/
public class FakeEncoderSource {

View File

@@ -64,7 +64,7 @@ public class FakePotentiometerSource {
/**
* Returns the currently set angle
*$
* @return
* @return the current angle
*/
public double getAngle() {
double voltage = output.getVoltage();