mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-25 01:41:43 +00:00
Use Javadoc formatting for Java comments. (#66)
This commit is contained in:
@@ -7,7 +7,9 @@
|
||||
|
||||
package edu.wpi.cscore;
|
||||
|
||||
/// Video event
|
||||
/**
|
||||
* Video event
|
||||
*/
|
||||
public class VideoEvent {
|
||||
public enum Kind {
|
||||
kUnknown(0x0000),
|
||||
|
||||
Reference in New Issue
Block a user