Skip to content

Commit

Permalink
Deploying to javadoc from @ d4c8af4 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
MarissaKoglesby committed Feb 17, 2024
1 parent 3577ede commit e279a1c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 14 additions & 2 deletions javadoc/frc/robot/Constants.Controllers.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,14 @@ <h2>Field Summary</h2>
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Field</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code>static final int</code></div>
<div class="col-second even-row-color"><code><a href="#DRIVER_CONTROLLER_PORT" class="member-name-link">DRIVER_CONTROLLER_PORT</a></code></div>
<div class="col-first even-row-color"><code>static double</code></div>
<div class="col-second even-row-color"><code><a href="#DRIVER_CONTROLLER_DEADBAND" class="member-name-link">DRIVER_CONTROLLER_DEADBAND</a></code></div>
<div class="col-last even-row-color">
<div class="block">Axis deadband for driver controller.</div>
</div>
<div class="col-first odd-row-color"><code>static final int</code></div>
<div class="col-second odd-row-color"><code><a href="#DRIVER_CONTROLLER_PORT" class="member-name-link">DRIVER_CONTROLLER_PORT</a></code></div>
<div class="col-last odd-row-color">
<div class="block">Driver station port number for the drive controller.</div>
</div>
</div>
Expand Down Expand Up @@ -144,6 +149,13 @@ <h3>DRIVER_CONTROLLER_PORT</h3>
</dl>
</section>
</li>
<li>
<section class="detail" id="DRIVER_CONTROLLER_DEADBAND">
<h3>DRIVER_CONTROLLER_DEADBAND</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type">double</span>&nbsp;<span class="element-name">DRIVER_CONTROLLER_DEADBAND</span></div>
<div class="block">Axis deadband for driver controller.</div>
</section>
</li>
</ul>
</section>
</li>
Expand Down
4 changes: 4 additions & 0 deletions javadoc/index-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,10 @@ <h2 class="title" id="I:D">D</h2>
<dd>
<div class="block">Creates a new DriveFieldOrientedHeadingSnapping.</div>
</dd>
<dt><a href="frc/robot/Constants.Controllers.html#DRIVER_CONTROLLER_DEADBAND" class="member-name-link">DRIVER_CONTROLLER_DEADBAND</a> - Static variable in class frc.robot.<a href="frc/robot/Constants.Controllers.html" title="class in frc.robot">Constants.Controllers</a></dt>
<dd>
<div class="block">Axis deadband for driver controller.</div>
</dd>
<dt><a href="frc/robot/Constants.Controllers.html#DRIVER_CONTROLLER_PORT" class="member-name-link">DRIVER_CONTROLLER_PORT</a> - Static variable in class frc.robot.<a href="frc/robot/Constants.Controllers.html" title="class in frc.robot">Constants.Controllers</a></dt>
<dd>
<div class="block">Driver station port number for the drive controller.</div>
Expand Down
Loading

0 comments on commit e279a1c

Please sign in to comment.