diff options
author | David Friedman <dmail@google.com> | 2014-04-28 21:52:45 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-04-28 21:52:45 +0000 |
commit | 1053b2c5d43ca58e9f0fe611770b278e88c76fa3 (patch) | |
tree | 6adbc5b090b9b9b1d696777f31ed1a266e85a3ad /docs | |
parent | 293977bdb028e2aa893fbeb370e20132646094a9 (diff) | |
parent | 5fb79db94ebd9feb2cf9261378b3d731f54cc4c2 (diff) | |
download | frameworks_base-1053b2c5d43ca58e9f0fe611770b278e88c76fa3.zip frameworks_base-1053b2c5d43ca58e9f0fe611770b278e88c76fa3.tar.gz frameworks_base-1053b2c5d43ca58e9f0fe611770b278e88c76fa3.tar.bz2 |
Merge "Fixed missing line break, broken link. Bug: 13975265 Staged at: http://boku:9195/guide/topics/manifest/manifest-element.html" into klp-docs
Diffstat (limited to 'docs')
-rw-r--r-- | docs/html/guide/topics/manifest/manifest-element.jd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/guide/topics/manifest/manifest-element.jd b/docs/html/guide/topics/manifest/manifest-element.jd index 20dc4ea..7717696 100644 --- a/docs/html/guide/topics/manifest/manifest-element.jd +++ b/docs/html/guide/topics/manifest/manifest-element.jd @@ -30,7 +30,7 @@ parent.link=manifest-intro.html <br/><code><a href="{@docRoot}guide/topics/manifest/permission-element.html"><permission></a></code> <br/><code><a href="{@docRoot}guide/topics/manifest/permission-group-element.html"><permission-group></a></code> <br/><code><a href="{@docRoot}guide/topics/manifest/permission-tree-element.html"><permission-tree></a></code> -<br/><code><a href="{@docRoot}guide/topics/manifest/supports-gl-texture.html"><supports-gl-texture></a></code +<br/><code><a href="{@docRoot}guide/topics/manifest/supports-gl-texture-element.html"><supports-gl-texture></a></code> <br/><code><a href="{@docRoot}guide/topics/manifest/supports-screens-element.html"><supports-screens></a></code> <br/><code><a href="{@docRoot}guide/topics/manifest/uses-configuration-element.html"><uses-configuration></a></code> <!-- ##api level 3## --> <br/><code><a href="{@docRoot}guide/topics/manifest/uses-feature-element.html"><uses-feature></a></code> @@ -193,4 +193,4 @@ more information about using this attribute (including how to maintain backward <dd> <code><a href="{@docRoot}guide/topics/manifest/application-element.html"><application></a></code></dd> -</dl>
\ No newline at end of file +</dl> |