From fe32c3ad53be328d445e8c5ce1d3b1f2bdad7166 Mon Sep 17 00:00:00 2001 From: Dirk Dougherty Date: Thu, 5 Sep 2013 10:20:01 -0700 Subject: [PATCH] Adjust tags format in _index.jd files. Change-Id: Id32ea71d4b8d54c6e8783326b112b20e23a8f44c --- samples/AccelerometerPlay/_index.jd | 5 ++--- samples/ActionBarCompat/_index.jd | 5 ++--- samples/BluetoothHDP/_index.jd | 5 ++--- samples/BluetoothLeGatt/_index.jd | 3 +-- 4 files changed, 7 insertions(+), 11 deletions(-) diff --git a/samples/AccelerometerPlay/_index.jd b/samples/AccelerometerPlay/_index.jd index 197e45357..cdca3a6b1 100644 --- a/samples/AccelerometerPlay/_index.jd +++ b/samples/AccelerometerPlay/_index.jd @@ -1,6 +1,5 @@ -page.tags="Sensor", "Accelerometer" -sample.tags="Accelerometer", "Games" -sample.groups="Sensors" +page.tags="Sensor", "Games", "Accelerometer" +sample.group=Sensors @jd:body

Example code that shows how to use the device accelerometer in apps and games.

diff --git a/samples/ActionBarCompat/_index.jd b/samples/ActionBarCompat/_index.jd index 946570b7e..61b5e5e85 100644 --- a/samples/ActionBarCompat/_index.jd +++ b/samples/ActionBarCompat/_index.jd @@ -1,6 +1,5 @@ -page.tags="ActionBar", "Compatibility", "Support Library" -sample.tags="UI", "ActionBar", "Support Library" -sample.group="Input" +page.tags="ActionBar", "UI", "Compatibility", "Support Library" +sample.group=Input @jd:body

This sample shows how to use the action bar design pattern on pre-API 11 devices and the built-in diff --git a/samples/BluetoothHDP/_index.jd b/samples/BluetoothHDP/_index.jd index cf5f555af..526e318e8 100644 --- a/samples/BluetoothHDP/_index.jd +++ b/samples/BluetoothHDP/_index.jd @@ -1,6 +1,5 @@ -page.tags="Bluetooth", "HDP" -sample.tags="Bluetooth", "Health" -sample.group="Connectivity" +page.tags="Bluetooth", "HDP", "Health" +sample.group=Connectivity @jd:body

A sample application that demonstrates how to communicate with a Bluetooth Health Device Profile (HDP) device. This feature is available on Android 4.0 (API level 14) or above platforms. The Android Bluetooth Health API lets you create diff --git a/samples/BluetoothLeGatt/_index.jd b/samples/BluetoothLeGatt/_index.jd index b73d51943..110ca4a8b 100644 --- a/samples/BluetoothLeGatt/_index.jd +++ b/samples/BluetoothLeGatt/_index.jd @@ -1,6 +1,5 @@ page.tags="Bluetooth", "LE", "SMART" -sample.tags="Bluetooth", "LE" -sample.group="Connectivity" +sample.group=Connectivity @jd:body

A sample application that demonstrates how to communicate with