Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b201dcea authored by Andrew Solovay's avatar Andrew Solovay
Browse files

Escaping a curly brace to fix doc issue

The generated docs contained a pair of curly braces, like:

{{, 30}, {, 60}}

This is valid Javadoc and generated a valid HTMl output file, but the
file isn't publishable on DAC, because Devsite (our publishing engine)
interprets pairs of curly braces as a Jinja directive.

Fixed the issue by replacing one pair of braces with { / }

Built the docs with this change, and verified that the output can be
staged.

Change-Id: If579f03f4f99a9ba2e5219b98fa1eba4c4d47a1f
Test: go/abtd/run/L29600030001717486
Bug: 323000632
parent 4387c4e9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5313,7 +5313,7 @@ public final class CameraCharacteristics extends CameraMetadata<CameraCharacteri
     * </code></pre>
     * <ul>
     * <li>VIDEO_STABILIZATION_MODES: {OFF, PREVIEW}</li>
     * <li>AE_TARGET_FPS_RANGE: {{<em>, 30}, {</em>, 60}}</li>
     * <li>AE_TARGET_FPS_RANGE: &lbrace;{<em>, 30}, {</em>, 60}&rbrace;</li>
     * <li>DYNAMIC_RANGE_PROFILE: {STANDARD, HLG10}</li>
     * </ul>
     * <p>This key is available on all devices.</p>