From 511bbec1c5b6111f17ef5357ca7a6041555e571b Mon Sep 17 00:00:00 2001 From: Christian Lohmaier Date: Mon, 28 Oct 2013 11:08:10 +0100 Subject: doxygen warnings: "explicit link request to ´foo´ could not be resolved MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Tested-by: Caolán McNamara --- offapi/com/sun/star/inspection/XPropertyHandler.idl | 2 +- offapi/com/sun/star/sdb/XSingleSelectQueryAnalyzer.idl | 4 ++-- offapi/com/sun/star/ucb/XCachedDynamicResultSetStubFactory.idl | 4 ++-- offapi/com/sun/star/ucb/XWebDAVCommandEnvironment.idl | 2 +- offapi/com/sun/star/ui/XUIConfigurationManager.idl | 8 ++++---- offapi/com/sun/star/xml/dom/XNode.idl | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) (limited to 'offapi') 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. -

In case of a #CommandType of com::sun::star::sdb::CommandType::COMMAND, - means in case the #Command specifies an SQL statement, the inherited +

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:
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

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

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

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;

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.

The attributes nodeName, nodeValue and attributes are included as a mechanism to get at -- cgit