commit | 167a09290304d0e1aa06bcedc2c874020d25eb00 | [log] [tgz] |
---|---|---|
author | Andrew Solovay <asolovay@google.com> | Fri Mar 15 12:59:04 2019 -0700 |
committer | Andrew Solovay <asolovay@google.com> | Fri Mar 15 14:37:27 2019 -0700 |
tree | 250b20a9962742b46e336572e08ec3a4da144bfb | |
parent | 693b426cd770ec4b034c6a32482fc1f4c35fd271 [diff] |
docs: Fixing {{ in code comment (which makes devsite publish choke) One of the code samples in a Javadoc comment contains a {{ ; this gets interpreted as a Django directive by our docs publish tool (go/devsite2cmd), which results in a syntax error. We verified (http://cl/238522152 ) that escaping one of the {s resolves the issue. Tested by building the docs and staging to: http://go/mivi-stage/reference/android/net/wifi/WifiNetworkSuggestion.Builder Bug: 128536865 Test: make ds-docs Change-Id: I70a3e0481ad195665c878c72d0ec6b1ccbbf958f Exempt-From-Owner-Approval: Doc-only change