Improve the documentation of application_domain().

This commit is contained in:
Chris PeBenito 2010-03-03 10:37:58 -05:00
parent d24a7df15c
commit b58db31da6

View File

@ -83,11 +83,21 @@ interface(`application_exec_all',`
######################################## ########################################
## <summary> ## <summary>
## Create a domain which can be started by users ## Create a domain for applications.
## </summary> ## </summary>
## <desc>
## <p>
## Create a domain for applications. Typically these are
## programs that are run interactively.
## </p>
## <p>
## The types will be made usable as a domain and file, making
## calls to domain_type() and files_type() redundant.
## </p>
## </desc>
## <param name="domain"> ## <param name="domain">
## <summary> ## <summary>
## Type to be used as a domain. ## Type to be used as an application domain.
## </summary> ## </summary>
## </param> ## </param>
## <param name="entry_point"> ## <param name="entry_point">
@ -95,6 +105,7 @@ interface(`application_exec_all',`
## Type of the program to be used as an entry point to this domain. ## Type of the program to be used as an entry point to this domain.
## </summary> ## </summary>
## </param> ## </param>
## <infoflow type="none"/>
# #
interface(`application_domain',` interface(`application_domain',`
application_type($1) application_type($1)