codegen vs. gencode

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-09-10 15:09:09 +02:00
parent 636995f44e
commit 5a765bfc76
1 changed files with 5 additions and 5 deletions

View File

@ -164,19 +164,19 @@ __manifest::
Available for: initial manifest Available for: initial manifest
__global:: __global::
Directory that contains generic output like explorer. Directory that contains generic output like explorer.
Available for: initial manifest, type manifest, type codegen Available for: initial manifest, type manifest, type gencode
__object:: __object::
Directory that contains the current object. Directory that contains the current object.
Available for: type manifest, type explorer, type codegen Available for: type manifest, type explorer, type gencode
__object_id:: __object_id::
The type unique object id. The type unique object id.
Available for: type manifest, type explorer, type codegen Available for: type manifest, type explorer, type gencode
__self:: __self::
The full qualified name of the current object. The full qualified name of the current object.
Available for: type manifest, type explorer, type codegen Available for: type manifest, type explorer, type gencode
__target_host:: __target_host::
The host we are deploying to. The host we are deploying to.
Available for: initial manifest, type manifest, type codegen Available for: initial manifest, type manifest, type gencode
__target_user:: __target_user::
User to use for authentication on remote host. User to use for authentication on remote host.
Currently static in core. Currently static in core.