commit | fee4583b930d6d7771ed8b6f0915a6bd903e56a8 | [log] [tgz] |
---|---|---|
author | Andrew Solovay <asolovay@google.com> | Mon Jul 11 11:46:18 2016 -0700 |
committer | Andrew Solovay <asolovay@google.com> | Mon Jul 11 12:38:12 2016 -0700 |
tree | b4f92cf758d8e703c573e88dd1db38ab71d19804 | |
parent | 94b61a29f558d3d7b5bd24644a3febd92bd8c78d [diff] |
docs: Fixing badly formatted {@code} strings {@code} blocks in .jd files automatically escape special characters (like <>&) in the contents, which is bad if the contents were *already* escaped--it turns (e.g.) "< foo >"" into "&lt; foo &gt;". Fixing it where I find it, by replacing {@code} tags with old-fashioned <code></code>. See first comment for doc stage location. bug: 30038013 Change-Id: Ic502096dc69fb7b43f58a34c3f92fd3a41f033f6