Commit 099769c8 authored by asargent@chromium.org's avatar asargent@chromium.org

Updates to documentation for experimental.apps

-Put nodoc on experimental.apps.{notify,clearAllNotifications} since those
aren't available in new packaged apps and we'll probably be doing some changes
to them before we'd move them to supported anyway.

-Remove nodoc from experimental.apps.onLaunched

BUG=138754
TEST=none

Review URL: https://chromiumcodereview.appspot.com/10810074

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148848 0039d316-1c4b-4281-b951-d872f2087c98
parent b4935f39
......@@ -10,6 +10,7 @@
"name": "notify",
"type": "function",
"description": "Creates a notification from this app.",
"nodoc": true,
"parameters": [
{
"type": "object",
......@@ -55,6 +56,7 @@
"name": "clearAllNotifications",
"type": "function",
"description": "Clears all previously sent notifications.",
"nodoc": true,
"parameters": [
{
"type": "object",
......@@ -80,7 +82,6 @@
],
"events": [
{
"nodoc": true,
"name": "onLaunched",
"type": "function",
"description": "Fired when the app is launched.",
......
......@@ -120,8 +120,7 @@
"chrome.events.Event.hasListeners": "events.html#method-Event-hasListeners",
"chrome.events.Event.removeListener": "events.html#method-Event-removeListener",
"chrome.events.Event.removeRules": "events.html#method-Event-removeRules",
"chrome.experimental.app.clearAllNotifications": "experimental.app.html#method-clearAllNotifications",
"chrome.experimental.app.notify": "experimental.app.html#method-notify",
"chrome.experimental.app.onLaunched": "experimental.app.html#event-onLaunched",
"chrome.experimental.bluetooth.connect": "experimental.bluetooth.html#method-connect",
"chrome.experimental.bluetooth.disconnect": "experimental.bluetooth.html#method-disconnect",
"chrome.experimental.bluetooth.getAddress": "experimental.bluetooth.html#method-getAddress",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment