Updated Branches: refs/heads/master 5a0f60092 -> 4e1a2e4ab
[CLOUDSTACK-283] Add Nicira NVP calls to the api docs Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/4e1a2e4a Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/4e1a2e4a Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/4e1a2e4a Branch: refs/heads/master Commit: 4e1a2e4ab3d31f9837a0193417b249b90667ba02 Parents: 5f1ef3b Author: Hugo Trippaers <[email protected]> Authored: Mon Oct 8 16:19:19 2012 +0200 Committer: Rohit Yadav <[email protected]> Committed: Mon Oct 8 23:07:43 2012 +0530 ---------------------------------------------------------------------- build/developer.xml | 3 ++- setup/apidoc/gen_toc.py | 1 + 2 files changed, 3 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/4e1a2e4a/build/developer.xml ---------------------------------------------------------------------- diff --git a/build/developer.xml b/build/developer.xml index 3121813..fdda171 100755 --- a/build/developer.xml +++ b/build/developer.xml @@ -404,6 +404,7 @@ <property name="commands.file" location="${dist.dir}/client/conf/commands.properties" /> <property name="commands.ext.file" location="${dist.dir}/client/conf/commands-ext.properties" /> <property name="commands.vr.file" location="${dist.dir}/client/conf/virtualrouter_commands.properties" /> + <property name="commands.niciranvp.file" location="${dist.dir}/client/conf/nicira-nvp_commands.properties" /> <echo message="build-apidocs" /> <exec dir="${apidoc.scripts.dir}" executable="bash" failonerror="true"> @@ -411,7 +412,7 @@ <arg value="${target.dir}/jar" /> <arg value="${deps.dir}" /> <arg value="${dist.dir}" /> - <arg value="-f ${commands.file},${commands.ext.file},${commands.vr.file}" /> + <arg value="-f ${commands.file},${commands.ext.file},${commands.vr.file},${commands.niciranvp.file}" /> </exec> <echo message="Result locates at ${dist.dir}/commands.xml" /> http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/4e1a2e4a/setup/apidoc/gen_toc.py ---------------------------------------------------------------------- diff --git a/setup/apidoc/gen_toc.py b/setup/apidoc/gen_toc.py index 1f7fe36..4106531 100644 --- a/setup/apidoc/gen_toc.py +++ b/setup/apidoc/gen_toc.py @@ -124,6 +124,7 @@ known_categories = { 'PrivateGateway': 'VPC', 'StaticRoute': 'VPC', 'Tags': 'Resource tags', + 'NiciraNvpDevice': 'Nicira NVP' }
