Renable javadoc fail on error (#631)

Remove reference check and fix HTML error
This commit is contained in:
sciencewhiz
2017-09-03 14:10:40 -07:00
committed by Peter Johnson
parent fb6d7b3470
commit 6eee457898
2 changed files with 3 additions and 4 deletions

View File

@@ -9,7 +9,7 @@
* Classes in the {@code edu.wpi.first.wpilibj.vision} package are designed to
* simplify using OpenCV vision processing code from a robot program.
*
* <p>An example usecase for grabbing a yellow tote from 2015 in autonomous:
* An example usecase for grabbing a yellow tote from 2015 in autonomous:
* <br>
* <pre><code>
* public class Robot extends IterativeRobot
@@ -84,6 +84,5 @@
*
* }
* </code></pre>
* </p>
*/
package edu.wpi.first.wpilibj.vision;