Kaydet (Commit) 511bbec1 authored tarafından Christian Lohmaier's avatar Christian Lohmaier Kaydeden (comit) Caolán McNamara

doxygen warnings: "explicit link request to ´foo´ could not be resolved

as #foo doesn't work to link to parameters described in the block, use
"\p foo" instead to format it.

Change-Id: Ic9bd59936f872c8f87aba50e87ba788265149832
Reviewed-on: https://gerrit.libreoffice.org/6459Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst 203d3e63
......@@ -137,7 +137,7 @@ interface XPropertyHandler
The name of the conversion's target property.
@param ControlValue
The to-be-converted control value. This value has been obtained from an XPropertyControl,
using its #Value attribute.
using its XPropertyControl::Value attribute.
@throws com::sun::star::beans::UnknownPropertyException
if the given property is not supported by the property handler
......
......@@ -194,8 +194,8 @@ interface XSingleSelectQueryAnalyzer : com::sun::star::uno::XInterface
is the command which should be executed, the type of command depends
on the CommandType.
<p>In case of a #CommandType of com::sun::star::sdb::CommandType::COMMAND,
means in case the #Command specifies an SQL statement, the inherited
<p>In case of a \p CommandType of com::sun::star::sdb::CommandType::COMMAND,
means in case the \p Command specifies an SQL statement, the inherited
com::sun::star::sdbc::RowSet::EscapeProcessing
becomes relevant:<br/>
It then can be to used to specify whether the SQL statement should be analyzed on the
......
......@@ -80,10 +80,10 @@ published interface XCachedDynamicResultSetStubFactory: com::sun::star::uno::XIn
properties that are involved in sorting.
@throws ListenerAlreadySetException
if #Source is already in use.
if \p Source is already in use.
@throws AlreadyInitializedException
if #TargetCache already has been initialized.
if \p TargetCache already has been initialized.
*/
void connectToCache(
[in] com::sun::star::ucb::XDynamicResultSet Source
......
......@@ -38,7 +38,7 @@ interface XWebDAVCommandEnvironment : XCommandEnvironment
@param aURI
The request URI.
@param aMethod
@param eMethod
The WebDAV/HTTP method ("GET","PUT","MKCOL",...) as defined in WebDAVHTTPMethod.
@return
......
......@@ -123,7 +123,7 @@ interface XUIConfigurationManager : ::com::sun::star::uno::XInterface
implements UIElementSettings. If the settings data
cannot be found a
com::sun::star::container::NoSuchElementException
is thrown. If the #ResourceURL is not valid or
is thrown. If the \p ResourceURL is not valid or
describes an unknown type a
com::sun::star::lang::IllegalArgumentException
is thrown.
......@@ -145,7 +145,7 @@ interface XUIConfigurationManager : ::com::sun::star::uno::XInterface
<p>
If the settings data cannot be found a
com::sun::star::container::NoSuchElementException
is thrown. If the #ResourceURL is not valid or describes
is thrown. If the \p ResourceURL is not valid or describes
an unknown type a
com::sun::star::lang::IllegalArgumentException
is thrown. If the configuration manager is read-only a
......@@ -164,7 +164,7 @@ interface XUIConfigurationManager : ::com::sun::star::uno::XInterface
<p>
If the settings data cannot be found a
com::sun::star::container::NoSuchElementException is
thrown. If the #ResourceURL is not valid or describes an
thrown. If the \p ResourceURL is not valid or describes an
unknown type a com::sun::star::lang::IllegalArgumentException
is thrown. If the configuration manager is read-only a
com::sun::star::lang::IllegalAccessException is thrown.
......@@ -184,7 +184,7 @@ interface XUIConfigurationManager : ::com::sun::star::uno::XInterface
<p>
If the settings data is already present a
com::sun::star::container::ElementExistException
is thrown. If the #ResourceURL is not valid or describes
is thrown. If the \p NewResourceURL is not valid or describes
an unknown type a com::sun::star::lang::IllegalArgumentException
is thrown. If the configuration manager is read-only a
com::sun::star::lang::IllegalAccessException is thrown.
......
......@@ -35,7 +35,7 @@ interface XDocument;
<p>The Node interface is the primary datatype for the entire Document Object Model.
It represents a single node in the document tree. While all objects implementing
the Node interface expose methods for dealing with children, not all objects
#implementing the Node interface may have children. For example, Text nodes may not
implementing the Node interface may have children. For example, Text nodes may not
have children, and adding children to such nodes results in a DOMException being raised.</p>
<p>The attributes nodeName, nodeValue and attributes are included as a mechanism to get at
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment