diff options
author | asargent@chromium.org <asargent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-11 16:47:42 +0000 |
---|---|---|
committer | asargent@chromium.org <asargent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-11 16:47:42 +0000 |
commit | aefa99e2b6abcb3e1b347d10d2b9a0e4110c68f7 (patch) | |
tree | c0b2b80581c534555664a2c79ac8eb8b000e01ec /chrome/common/extensions/docs/pageAction.html | |
parent | ef85bbeac4d297d238bb9c17312261182187cebc (diff) | |
download | chromium_src-aefa99e2b6abcb3e1b347d10d2b9a0e4110c68f7.zip chromium_src-aefa99e2b6abcb3e1b347d10d2b9a0e4110c68f7.tar.gz chromium_src-aefa99e2b6abcb3e1b347d10d2b9a0e4110c68f7.tar.bz2 |
Add documentation about context menu API onclick callbacks.
This required modifying the docs build system to be able to output information
about function parameters.
BUG=49693
TEST=none
Review URL: http://codereview.chromium.org/3167003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55737 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs/pageAction.html')
-rw-r--r-- | chrome/common/extensions/docs/pageAction.html | 99 |
1 files changed, 99 insertions, 0 deletions
diff --git a/chrome/common/extensions/docs/pageAction.html b/chrome/common/extensions/docs/pageAction.html index 62831ed..978952d 100644 --- a/chrome/common/extensions/docs/pageAction.html +++ b/chrome/common/extensions/docs/pageAction.html @@ -79,8 +79,23 @@ </div> </dl> </dd> + + <!-- FUNCTION PARAMETERS --> + <dd> + <div></div> + </dd> + </div> <!-- /VALUE --> + <div id="functionParametersTemplate"> + <h5>Parameters</h5> + <dl> + <div> + <div> + </div> + </div> + </dl> + </div> </div> <!-- /SUBTEMPLATES --> <a id="top"></a> @@ -515,6 +530,12 @@ For other examples and for help in viewing the source code, see </div> </dl> </dd> + + <!-- FUNCTION PARAMETERS --> + <dd style="display: none; "> + <div></div> + </dd> + </div> </div> </dl> @@ -675,6 +696,12 @@ For other examples and for help in viewing the source code, see </div> </dl> </dd> + + <!-- FUNCTION PARAMETERS --> + <dd style="display: none; "> + <div></div> + </dd> + </div> </div><div> <div> @@ -727,6 +754,12 @@ For other examples and for help in viewing the source code, see </div> </dl> </dd> + + <!-- FUNCTION PARAMETERS --> + <dd style="display: none; "> + <div></div> + </dd> + </div> </div><div> <div> @@ -779,6 +812,12 @@ For other examples and for help in viewing the source code, see </div> </dl> </dd> + + <!-- FUNCTION PARAMETERS --> + <dd style="display: none; "> + <div></div> + </dd> + </div> </div><div> <div> @@ -831,10 +870,22 @@ For other examples and for help in viewing the source code, see </div> </dl> </dd> + + <!-- FUNCTION PARAMETERS --> + <dd style="display: none; "> + <div></div> + </dd> + </div> </div> </dl> </dd> + + <!-- FUNCTION PARAMETERS --> + <dd style="display: none; "> + <div></div> + </dd> + </div> </div> </dl> @@ -995,6 +1046,12 @@ For other examples and for help in viewing the source code, see </div> </dl> </dd> + + <!-- FUNCTION PARAMETERS --> + <dd style="display: none; "> + <div></div> + </dd> + </div> </div><div> <div> @@ -1047,10 +1104,22 @@ For other examples and for help in viewing the source code, see </div> </dl> </dd> + + <!-- FUNCTION PARAMETERS --> + <dd style="display: none; "> + <div></div> + </dd> + </div> </div> </dl> </dd> + + <!-- FUNCTION PARAMETERS --> + <dd style="display: none; "> + <div></div> + </dd> + </div> </div> </dl> @@ -1211,6 +1280,12 @@ For other examples and for help in viewing the source code, see </div> </dl> </dd> + + <!-- FUNCTION PARAMETERS --> + <dd style="display: none; "> + <div></div> + </dd> + </div> </div><div> <div> @@ -1263,10 +1338,22 @@ For other examples and for help in viewing the source code, see </div> </dl> </dd> + + <!-- FUNCTION PARAMETERS --> + <dd style="display: none; "> + <div></div> + </dd> + </div> </div> </dl> </dd> + + <!-- FUNCTION PARAMETERS --> + <dd style="display: none; "> + <div></div> + </dd> + </div> </div> </dl> @@ -1380,6 +1467,12 @@ For other examples and for help in viewing the source code, see </div> </dl> </dd> + + <!-- FUNCTION PARAMETERS --> + <dd style="display: none; "> + <div></div> + </dd> + </div> </div> </dl> @@ -1505,6 +1598,12 @@ For other examples and for help in viewing the source code, see </div> </dl> </dd> + + <!-- FUNCTION PARAMETERS --> + <dd style="display: none; "> + <div></div> + </dd> + </div> </div> </dl> |