Skip to content

Commit

Permalink
udkapi: fix doxygen warnings
Browse files Browse the repository at this point in the history
Change-Id: I5f8c8df369aa7bb7f0647dbf4b25c39203d11b34
  • Loading branch information
Michael Stahl committed Feb 9, 2016
1 parent 8fbbb92 commit a0d8736
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 1 deletion.
3 changes: 3 additions & 0 deletions udkapi/com/sun/star/registry/XImplementationRegistration.idl
Expand Up @@ -36,6 +36,9 @@ published interface XImplementationRegistration: com::sun::star::uno::XInterface
{
/** registers a component which provides one or more implementations.
@param aImplementationLoader
the URL of the implementation loader.
@param aLocation
specifies the location of the component with the URL.
Expand Down
3 changes: 3 additions & 0 deletions udkapi/com/sun/star/registry/XImplementationRegistration2.idl
Expand Up @@ -33,6 +33,9 @@ interface XImplementationRegistration2: com::sun::star::registry::XImplementatio

/** registers a component which provides one or more implementations.
@param aImplementationLoader
the URL of the implementation loader.
@param aLocation
specifies the location of the component with the URL.
Expand Down
4 changes: 3 additions & 1 deletion udkapi/com/sun/star/script/XDebugging.idl
Expand Up @@ -49,11 +49,13 @@ published interface XDebugging: com::sun::star::uno::XInterface

/** Evaluates an expression.
@returns the value of the expression as string.
@param aSourceCode the expression to be evaluated.
@param nCallStackPos Position in the call stack for which the expression
should be evaluated. 0 is the top/actual position in the call
in the call stack, 1 the next and so on.
@returns the value of the expression as string.
*/
string eval( [in] string aSourceCode,
[in] short nCallStackPos );
Expand Down
1 change: 1 addition & 0 deletions udkapi/com/sun/star/script/XDirectInvocation.idl
Expand Up @@ -39,6 +39,7 @@ published interface XDirectInvocation: com::sun::star::uno::XInterface
{
/** provides access to methods and properties exposed by an object.
@param aName the method to invoke
@param aParams all parameters, out parameters are not supported
*/
any directInvoke( [in] string aName,
Expand Down
1 change: 1 addition & 0 deletions udkapi/com/sun/star/script/XInvocation.idl
Expand Up @@ -51,6 +51,7 @@ published interface XInvocation: com::sun::star::uno::XInterface

/** provides access to methods exposed by an object.
@param aFunctionName the method to invoke
@param aParams all parameters; pure out params are undefined in sequence,
the value has to be ignored by the callee
@param aOutParamIndex This sequence contains the indices of all parameters
Expand Down

0 comments on commit a0d8736

Please sign in to comment.