scripting: fix javadoc error: unknown tag: returns
Change-Id: Ib257ad76b2571755bdb744ad128ba1e558207eee Reviewed-on: https://gerrit.libreoffice.org/11233 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
This commit is contained in:
@@ -39,8 +39,7 @@ public class EditorScriptContext implements XScriptContext
|
||||
/**
|
||||
Obtain the document reference on which the script can operate
|
||||
|
||||
@returns
|
||||
XModel interface
|
||||
@return XModel interface
|
||||
*/
|
||||
public XModel getDocument()
|
||||
{
|
||||
@@ -60,8 +59,7 @@ public class EditorScriptContext implements XScriptContext
|
||||
/**
|
||||
Obtain the desktop reference on which the script can operate
|
||||
|
||||
@returns
|
||||
XDesktop interface
|
||||
@return XDesktop interface
|
||||
*/
|
||||
public XDesktop getDesktop()
|
||||
{
|
||||
@@ -71,8 +69,7 @@ public class EditorScriptContext implements XScriptContext
|
||||
/**
|
||||
Obtain the component context which the script can use to create other uno components
|
||||
|
||||
@returns
|
||||
XComponentContext interface
|
||||
@return XComponentContext interface
|
||||
*/
|
||||
public XComponentContext getComponentContext()
|
||||
{
|
||||
|
@@ -102,8 +102,7 @@ public class ScriptContext extends PropertySet implements XScriptContext
|
||||
/**
|
||||
Obtain the document reference on which the script can operate
|
||||
|
||||
@returns
|
||||
XModel interface
|
||||
@return XModel interface
|
||||
*/
|
||||
public XModel getDocument()
|
||||
{
|
||||
@@ -118,8 +117,7 @@ public class ScriptContext extends PropertySet implements XScriptContext
|
||||
/**
|
||||
Obtain the desktop reference on which the script can operate
|
||||
|
||||
@returns
|
||||
XDesktop interface
|
||||
@return XDesktop interface
|
||||
*/
|
||||
public XDesktop getDesktop()
|
||||
{
|
||||
@@ -129,8 +127,7 @@ public class ScriptContext extends PropertySet implements XScriptContext
|
||||
/**
|
||||
Obtain the component context which the script can use to create other uno components
|
||||
|
||||
@returns
|
||||
XComponentContext interface
|
||||
@return XComponentContext interface
|
||||
*/
|
||||
public XComponentContext getComponentContext()
|
||||
{
|
||||
|
@@ -161,7 +161,7 @@ class ScriptImpl implements XScript
|
||||
*
|
||||
* @param aOutParam Out parameters
|
||||
*
|
||||
* @returns The value returned from the function
|
||||
* @return The value returned from the function
|
||||
* being invoked
|
||||
*
|
||||
* @throws IllegalArgumentException If there is no matching script name
|
||||
|
@@ -161,7 +161,7 @@ class ScriptImpl implements XScript
|
||||
* sequence, i.e., the value has to be ignored by the callee
|
||||
* @param aOutParamIndex Out indices
|
||||
* @param aOutParam Out parameters
|
||||
* @returns The value returned from the function being invoked
|
||||
* @return The value returned from the function being invoked
|
||||
* @throws IllegalArgumentException If there is no matching script name
|
||||
* @throws CannotConvertException If args do not match or cannot be converted
|
||||
* the those of the invokee
|
||||
|
@@ -160,7 +160,7 @@ class ScriptImpl implements XScript
|
||||
*
|
||||
* @param aOutParam Out parameters
|
||||
*
|
||||
* @returns The value returned from the function
|
||||
* @return The value returned from the function
|
||||
* being invoked
|
||||
*
|
||||
* @throws ScriptFrameworkErrorException If there is no matching script name
|
||||
|
Reference in New Issue
Block a user