summaryrefslogtreecommitdiff
path: root/offapi/com/sun
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2013-10-28 11:08:10 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-10-29 11:50:35 +0000
commit511bbec1c5b6111f17ef5357ca7a6041555e571b (patch)
treeb1617b71695759dbbe2c45899caeef46e56d78b7 /offapi/com/sun
parent203d3e63762bb269f9a111279d9e800f20adaf33 (diff)
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/6459 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'offapi/com/sun')
-rw-r--r--offapi/com/sun/star/inspection/XPropertyHandler.idl2
-rw-r--r--offapi/com/sun/star/sdb/XSingleSelectQueryAnalyzer.idl4
-rw-r--r--offapi/com/sun/star/ucb/XCachedDynamicResultSetStubFactory.idl4
-rw-r--r--offapi/com/sun/star/ucb/XWebDAVCommandEnvironment.idl2
-rw-r--r--offapi/com/sun/star/ui/XUIConfigurationManager.idl8
-rw-r--r--offapi/com/sun/star/xml/dom/XNode.idl2
6 files changed, 11 insertions, 11 deletions
diff --git a/offapi/com/sun/star/inspection/XPropertyHandler.idl b/offapi/com/sun/star/inspection/XPropertyHandler.idl
index ffc46563b014..c942bf5a91e4 100644
--- a/offapi/com/sun/star/inspection/XPropertyHandler.idl
+++ b/offapi/com/sun/star/inspection/XPropertyHandler.idl
@@ -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
diff --git a/offapi/com/sun/star/sdb/XSingleSelectQueryAnalyzer.idl b/offapi/com/sun/star/sdb/XSingleSelectQueryAnalyzer.idl
index 18a47c049891..e566f3306b7b 100644
--- a/offapi/com/sun/star/sdb/XSingleSelectQueryAnalyzer.idl
+++ b/offapi/com/sun/star/sdb/XSingleSelectQueryAnalyzer.idl
@@ -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
diff --git a/offapi/com/sun/star/ucb/XCachedDynamicResultSetStubFactory.idl b/offapi/com/sun/star/ucb/XCachedDynamicResultSetStubFactory.idl
index 5517c9593bc7..ab31a085a646 100644
--- a/offapi/com/sun/star/ucb/XCachedDynamicResultSetStubFactory.idl
+++ b/offapi/com/sun/star/ucb/XCachedDynamicResultSetStubFactory.idl
@@ -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
diff --git a/offapi/com/sun/star/ucb/XWebDAVCommandEnvironment.idl b/offapi/com/sun/star/ucb/XWebDAVCommandEnvironment.idl
index 8c04e257e8ce..7134e6ca984d 100644
--- a/offapi/com/sun/star/ucb/XWebDAVCommandEnvironment.idl
+++ b/offapi/com/sun/star/ucb/XWebDAVCommandEnvironment.idl
@@ -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
diff --git a/offapi/com/sun/star/ui/XUIConfigurationManager.idl b/offapi/com/sun/star/ui/XUIConfigurationManager.idl
index b963dc4e222d..cf18387f0ecb 100644
--- a/offapi/com/sun/star/ui/XUIConfigurationManager.idl
+++ b/offapi/com/sun/star/ui/XUIConfigurationManager.idl
@@ -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.
diff --git a/offapi/com/sun/star/xml/dom/XNode.idl b/offapi/com/sun/star/xml/dom/XNode.idl
index fd6aed9c9c8a..b5ff8962753e 100644
--- a/offapi/com/sun/star/xml/dom/XNode.idl
+++ b/offapi/com/sun/star/xml/dom/XNode.idl
@@ -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