summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-02-22 00:50:56 +0100
committerThomas Arnhold <thomas@arnhold.org>2012-02-22 00:52:32 +0100
commit22e96521da9614c07b75452dc27014aca079fbf1 (patch)
treeb39ee7ec441510c00821850a38e6015030655dd3
parentef026f335902a278f8594d612826508277d81bff (diff)
WaE: silence some documentation errors
-rw-r--r--cppuhelper/inc/cppuhelper/propshlp.hxx6
-rw-r--r--cppuhelper/inc/cppuhelper/unourl.hxx4
-rw-r--r--sal/inc/osl/pipe_decl.hxx2
-rw-r--r--sal/inc/osl/security_decl.hxx2
-rw-r--r--sal/inc/osl/semaphor.hxx2
-rw-r--r--sal/inc/osl/socket_decl.hxx6
-rw-r--r--sal/inc/rtl/strbuf.hxx18
-rw-r--r--sal/inc/rtl/string.hxx2
-rw-r--r--sal/inc/rtl/ustring.hxx2
9 files changed, 22 insertions, 22 deletions
diff --git a/cppuhelper/inc/cppuhelper/propshlp.hxx b/cppuhelper/inc/cppuhelper/propshlp.hxx
index 4b0112679f10..1ed2f609e407 100644
--- a/cppuhelper/inc/cppuhelper/propshlp.hxx
+++ b/cppuhelper/inc/cppuhelper/propshlp.hxx
@@ -78,7 +78,7 @@ public:
is getCount() -1, than it must be an indexed acces to the property array.
@param pPropName is an out parameter filled with property name of the property with the
handle nHandle. May be NULL.
- @param rAttributes is an out parameter filled with attributes of the property with the
+ @param pAttributes is an out parameter filled with attributes of the property with the
handle nHandle. May be NULL.
@return True, if the handle exist, otherwise false.
*/
@@ -160,7 +160,7 @@ public:
Otherwise it is a linear search through the array.
@param pPropName is an out parameter filled with property name of the property with the
handle nHandle. May be NULL.
- @param rAttributes is an out parameter filled with attributes of the property with the
+ @param pAttributes is an out parameter filled with attributes of the property with the
handle nHandle. May be NULL.
@return True, if the handle exist, otherwise false.
*/
@@ -274,7 +274,7 @@ public:
/**
Insert an element in the container specified with the key. The position is not specified.
@param rKey the id of the container.
- @param rxIFace the added interface. It is allowed to insert null or
+ @param r the added interface. It is allowed to insert null or
the same pointer more than once.
@return the new count of elements in the container.
*/
diff --git a/cppuhelper/inc/cppuhelper/unourl.hxx b/cppuhelper/inc/cppuhelper/unourl.hxx
index 37801e3fe0ef..3e3a61559598 100644
--- a/cppuhelper/inc/cppuhelper/unourl.hxx
+++ b/cppuhelper/inc/cppuhelper/unourl.hxx
@@ -88,7 +88,7 @@ public:
/** Test whether the parameters contain a key.
@param
- A (case insensitive) key.
+ rKey A (case insensitive) key.
@return
True if the parameters contain a matching key/value pair.
@@ -98,7 +98,7 @@ public:
/** Return the parameter value for a key.
@param
- A (case insensitive) key.
+ rKey A (case insensitive) key.
@return
The (case sensitive) value associated with the given key, or an empty
diff --git a/sal/inc/osl/pipe_decl.hxx b/sal/inc/osl/pipe_decl.hxx
index b361440992fd..084a61b7338a 100644
--- a/sal/inc/osl/pipe_decl.hxx
+++ b/sal/inc/osl/pipe_decl.hxx
@@ -185,7 +185,7 @@ public:
/** Attaches the oslPipe to this object. If the object
already was attached to an oslPipe, the old one will
be closed and destroyed.
- @param Pipe.
+ @param Pipe
*/
inline StreamPipe & SAL_CALL operator=(oslPipe Pipe);
diff --git a/sal/inc/osl/security_decl.hxx b/sal/inc/osl/security_decl.hxx
index d0a0cbca6022..e9879d058efa 100644
--- a/sal/inc/osl/security_decl.hxx
+++ b/sal/inc/osl/security_decl.hxx
@@ -74,7 +74,7 @@ public:
const rtl::OUString & strFileServer);
/** get the ident of the logged in user.
- @param[out] strName is the OUString which returns the name
+ @param[out] strIdent is the OUString which returns the name
@return True, if any user is successfuly logged in, otherwise False
*/
inline sal_Bool SAL_CALL getUserIdent( rtl::OUString& strIdent) const;
diff --git a/sal/inc/osl/semaphor.hxx b/sal/inc/osl/semaphor.hxx
index a36db2a8a6a8..7fcbd55314cb 100644
--- a/sal/inc/osl/semaphor.hxx
+++ b/sal/inc/osl/semaphor.hxx
@@ -46,7 +46,7 @@ namespace osl
public:
/** Creates a semaphore.<BR>
- @param InitialCount denotes the starting value the semaphore. If you set it to
+ @param initialCount denotes the starting value the semaphore. If you set it to
zero, the first acquire() blocks. Otherwise InitialCount acquire()s are
immedeatly successfull.
@return 0 if the semaphore could not be created, otherwise a handle to the sem.
diff --git a/sal/inc/osl/socket_decl.hxx b/sal/inc/osl/socket_decl.hxx
index 0c26f2526bca..731c7a2b7a39 100644
--- a/sal/inc/osl/socket_decl.hxx
+++ b/sal/inc/osl/socket_decl.hxx
@@ -142,7 +142,7 @@ namespace osl
inline oslSocketAddr SAL_CALL getHandle() const;
/** Get the hostname for the local interface.
- @param after the call *pResult contains osl_Socket_Ok on success or
+ @param pResult after the call *pResult contains osl_Socket_Ok on success or
an error on failure.
@return the hostname
*/
@@ -440,7 +440,7 @@ namespace osl
@param pBuffer Pointer to a Buffer which contains the attribute-value.
- @param BufferSize contains the length of the Buffer.
+ @param BufferLen contains the length of the Buffer.
@param Level selects the level for which an option should be changed.
Valid values are:
@@ -600,7 +600,7 @@ namespace osl
/** Connects the socket to a (remote) host.
@param TargetHost The address of the target.
- @param pTimeOut The timeout for blocking. If 0, a default system dependent timeout
+ @param pTimeout The timeout for blocking. If 0, a default system dependent timeout
us used.
@return <code> osl_Socket_Ok</code> if connected successfully,
<code>osl_Socket_TimedOut</code> on timeout,
diff --git a/sal/inc/rtl/strbuf.hxx b/sal/inc/rtl/strbuf.hxx
index 4df6e3be4fa6..a92ea1d1d7e1 100644
--- a/sal/inc/rtl/strbuf.hxx
+++ b/sal/inc/rtl/strbuf.hxx
@@ -404,7 +404,7 @@ public:
The argument is appended to the contents of this string buffer.
The length of this string buffer increases by <code>1</code>.
- @param ch a <code>char</code>.
+ @param c a <code>char</code>.
@return this string buffer.
*/
OStringBuffer & append(sal_Char c)
@@ -514,7 +514,7 @@ public:
string buffer.
@param offset the offset.
- @param ch a character array.
+ @param str a character array.
@return this string buffer.
*/
OStringBuffer & insert( sal_Int32 offset, const sal_Char * str )
@@ -536,8 +536,8 @@ public:
string buffer.
@param offset the offset.
- @param ch a character array.
- @param len the number of characters to append.
+ @param str a character array.
+ @param len the number of characters to append.
@return this string buffer.
*/
OStringBuffer & insert( sal_Int32 offset, const sal_Char * str, sal_Int32 len)
@@ -583,7 +583,7 @@ public:
string buffer.
@param offset the offset.
- @param ch a <code>char</code>.
+ @param c a <code>char</code>.
@return this string buffer.
*/
OStringBuffer & insert(sal_Int32 offset, sal_Char c)
@@ -605,7 +605,7 @@ public:
string buffer.
@param offset the offset.
- @param b an <code>sal_Int32</code>.
+ @param i an <code>sal_Int32</code>.
@return this string buffer.
*/
OStringBuffer & insert(sal_Int32 offset, sal_Int32 i, sal_Int16 radix = 10 )
@@ -628,7 +628,7 @@ public:
string buffer.
@param offset the offset.
- @param b a <code>long</code>.
+ @param l a <code>long</code>.
@return this string buffer.
*/
OStringBuffer & insert(sal_Int32 offset, sal_Int64 l, sal_Int16 radix = 10 )
@@ -651,7 +651,7 @@ public:
string buffer.
@param offset the offset.
- @param b a <code>float</code>.
+ @param f a <code>float</code>.
@return this string buffer.
*/
OStringBuffer insert(sal_Int32 offset, float f)
@@ -674,7 +674,7 @@ public:
string buffer.
@param offset the offset.
- @param b a <code>double</code>.
+ @param d a <code>double</code>.
@return this string buffer.
*/
OStringBuffer & insert(sal_Int32 offset, double d)
diff --git a/sal/inc/rtl/string.hxx b/sal/inc/rtl/string.hxx
index 0809c260ee59..e879f3269b27 100644
--- a/sal/inc/rtl/string.hxx
+++ b/sal/inc/rtl/string.hxx
@@ -299,7 +299,7 @@ public:
the strings and return a value indicating their relationship.
This function can't be used for language specific sorting.
- @param str the object to be compared.
+ @param rObj the object to be compared.
@param maxLength the maximum count of characters to be compared.
@return 0 - if both strings are equal
< 0 - if this string is less than the string argument
diff --git a/sal/inc/rtl/ustring.hxx b/sal/inc/rtl/ustring.hxx
index 23182431416d..faff676dcedb 100644
--- a/sal/inc/rtl/ustring.hxx
+++ b/sal/inc/rtl/ustring.hxx
@@ -1786,7 +1786,7 @@ inline OUString OStringToOUString( const OString & rStr,
The lengths of the two strings may differ (e.g., for double-byte
encodings, UTF-7, UTF-8).
- @param rStr
+ @param rUnicode
an OUString to convert.
@param encoding