diff options
author | Scott Main <smain@google.com> | 2013-05-15 02:45:43 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-05-15 02:45:43 -0700 |
commit | 84fa53abab928427fc730d246db15480ab1e21bb (patch) | |
tree | 257ed638612f3a0c5e2e9a52398a48b270954e3f | |
parent | e3c734ac01df424ad457794bd2cfefcf1bc11469 (diff) | |
parent | dab92bca845018865e8e6f17906e890dd5e9698d (diff) | |
download | frameworks_base-84fa53abab928427fc730d246db15480ab1e21bb.zip frameworks_base-84fa53abab928427fc730d246db15480ab1e21bb.tar.gz frameworks_base-84fa53abab928427fc730d246db15480ab1e21bb.tar.bz2 |
am dab92bca: am 78d38908: am f2216fd0: am 527b7623: more search suggest tagging
* commit 'dab92bca845018865e8e6f17906e890dd5e9698d':
more search suggest tagging
-rw-r--r-- | docs/html/google/backup/signup.jd | 1 | ||||
-rw-r--r-- | docs/html/google/backup/terms.jd | 1 | ||||
-rw-r--r-- | docs/html/google/play-services/location.jd | 4 | ||||
-rw-r--r-- | docs/html/guide/topics/location/index.jd | 1 | ||||
-rw-r--r-- | docs/html/guide/topics/location/strategies.jd | 2 | ||||
-rw-r--r-- | docs/html/sdk/exploring.jd | 1 | ||||
-rw-r--r-- | docs/html/sdk/installing/studio.jd | 1 | ||||
-rw-r--r-- | docs/html/tools/sdk/installing.jd | 1 | ||||
-rw-r--r-- | docs/html/training/implementing-navigation/index.jd | 2 |
9 files changed, 10 insertions, 4 deletions
diff --git a/docs/html/google/backup/signup.jd b/docs/html/google/backup/signup.jd index 70f7de2..550d590 100644 --- a/docs/html/google/backup/signup.jd +++ b/docs/html/google/backup/signup.jd @@ -1,4 +1,5 @@ page.title=Register for Android Backup Service +excludeFromSuggestions=true @jd:body diff --git a/docs/html/google/backup/terms.jd b/docs/html/google/backup/terms.jd index decb0d8..e5b00a4 100644 --- a/docs/html/google/backup/terms.jd +++ b/docs/html/google/backup/terms.jd @@ -1,4 +1,5 @@ page.title=Android Backup Service Terms of Service +excludeFromSuggestions=true @jd:body diff --git a/docs/html/google/play-services/location.jd b/docs/html/google/play-services/location.jd index 430aaeb..13f5f16 100644 --- a/docs/html/google/play-services/location.jd +++ b/docs/html/google/play-services/location.jd @@ -1,5 +1,5 @@ page.title=Location APIs -page.tags="location","geofence", "geofencing", "activity recognition", "activity detection", "gps" +page.tags="location","geofence", "geofencing", "gps" header.hide=1 @jd:body @@ -86,4 +86,4 @@ header.hide=1 </li> </ul> </div> -</div>
\ No newline at end of file +</div> diff --git a/docs/html/guide/topics/location/index.jd b/docs/html/guide/topics/location/index.jd index 083842b..0424abf 100644 --- a/docs/html/guide/topics/location/index.jd +++ b/docs/html/guide/topics/location/index.jd @@ -1,4 +1,5 @@ page.title=Location and Maps +excludeFromSuggestions=true @jd:body <div id="qv-wrapper"> diff --git a/docs/html/guide/topics/location/strategies.jd b/docs/html/guide/topics/location/strategies.jd index 155c86e..f1eb66e 100644 --- a/docs/html/guide/topics/location/strategies.jd +++ b/docs/html/guide/topics/location/strategies.jd @@ -1,5 +1,5 @@ page.title=Location Strategies -page.tags="geolocation","maps","mapview" +excludeFromSuggestions=true @jd:body <div id="tb-wrapper"> diff --git a/docs/html/sdk/exploring.jd b/docs/html/sdk/exploring.jd index e8d8e37..9323f2e 100644 --- a/docs/html/sdk/exploring.jd +++ b/docs/html/sdk/exploring.jd @@ -1,4 +1,5 @@ page.title=Exploring the SDK +excludeFromSuggestions=true walkthru=1 @jd:body diff --git a/docs/html/sdk/installing/studio.jd b/docs/html/sdk/installing/studio.jd index 856121a..c79b3a7 100644 --- a/docs/html/sdk/installing/studio.jd +++ b/docs/html/sdk/installing/studio.jd @@ -1,4 +1,5 @@ page.title=Getting Started with Android Studio +page.tags="studio" @jd:body diff --git a/docs/html/tools/sdk/installing.jd b/docs/html/tools/sdk/installing.jd index d7f1957..19e8990 100644 --- a/docs/html/tools/sdk/installing.jd +++ b/docs/html/tools/sdk/installing.jd @@ -1,4 +1,5 @@ page.title=Installing the SDK +excludeFromSuggestions=true @jd:body diff --git a/docs/html/training/implementing-navigation/index.jd b/docs/html/training/implementing-navigation/index.jd index e4421c6..3577170 100644 --- a/docs/html/training/implementing-navigation/index.jd +++ b/docs/html/training/implementing-navigation/index.jd @@ -1,5 +1,5 @@ page.title=Implementing Effective Navigation -page.tags="viewpager","tasks","back","up","swipe view","drawer" +page.tags="viewpager","tasks","back","up","swipe view","DrawerLayout" trainingnavtop=true startpage=true |