summaryrefslogtreecommitdiff
path: root/registry
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-02-21 23:16:31 +0100
committerThomas Arnhold <thomas@arnhold.org>2012-02-21 23:16:31 +0100
commitb1073d9fa264139333704f82553ade9979e2ca24 (patch)
tree7b26a9cdcf7a3b961f5ca176660d54c2c0bd135f /registry
parent41e8fe179f10f224433b26daba105ee92c661ac4 (diff)
WaE: silence some documentation errors
Diffstat (limited to 'registry')
-rw-r--r--registry/inc/registry/reflread.hxx5
-rw-r--r--registry/inc/registry/reflwrit.hxx2
-rw-r--r--registry/inc/registry/registry.h2
-rw-r--r--registry/inc/registry/registry.hxx2
4 files changed, 5 insertions, 6 deletions
diff --git a/registry/inc/registry/reflread.hxx b/registry/inc/registry/reflread.hxx
index 9b480d57b390..37602566dfbf 100644
--- a/registry/inc/registry/reflread.hxx
+++ b/registry/inc/registry/reflread.hxx
@@ -113,7 +113,7 @@ public:
/** Constructor.
@param buffer points to the binary data block.
- @param bufferlen specifies the size of the binary data block.
+ @param bufferLen specifies the size of the binary data block.
@param copyData specifies if the data block should be copied.
The block can be copied to ensure that the data
is valid for the lifetime of this instance.
@@ -261,7 +261,7 @@ public:
/** returns the full qualified exception type of the specified exception.
@param index indicates the method
- @param paramIndex indeciates the exception which typename will be returned.
+ @param excIndex indeciates the exception which typename will be returned.
*/
inline ::rtl::OUString getMethodExcType( sal_uInt16 index, sal_uInt16 excIndex ) const;
@@ -272,7 +272,6 @@ public:
/** returns the full qualified exception type of the specified exception.
@param index indicates the method
- @param paramIndex indeciates the exception which typename will be returned.
*/
inline RTMethodMode getMethodMode( sal_uInt16 index ) const;
diff --git a/registry/inc/registry/reflwrit.hxx b/registry/inc/registry/reflwrit.hxx
index 2a326c5c40fb..82e40118952a 100644
--- a/registry/inc/registry/reflwrit.hxx
+++ b/registry/inc/registry/reflwrit.hxx
@@ -163,7 +163,7 @@ public:
@param index indicates the index of the method.
@param name specifies the name.
- @param typeName specifies the full qualified return typename.
+ @param returnTypeName specifies the full qualified return typename.
@param mode specifies the method mode.
@param paramCount specifies the number of parameters.
@param excCount specifies the number of exceptions.
diff --git a/registry/inc/registry/registry.h b/registry/inc/registry/registry.h
index 43d058fb2d28..c27da988c303 100644
--- a/registry/inc/registry/registry.h
+++ b/registry/inc/registry/registry.h
@@ -376,7 +376,7 @@ RegError REGISTRY_CALLTYPE reg_createRegistry(rtl_uString* registryName,
/** This function opens the root key of a registry.
- @param hReg identifies a currently open registry whose rootKey will be returned.
+ @param hRegistry identifies a currently open registry whose rootKey will be returned.
@param phRootKey points to a handle of the open root key if the function succeeds otherwise NULL.
@return REG_NO_ERROR if succeeds else an error code.
*/
diff --git a/registry/inc/registry/registry.hxx b/registry/inc/registry/registry.hxx
index d3e8b9e9e3f0..86968deb647b 100644
--- a/registry/inc/registry/registry.hxx
+++ b/registry/inc/registry/registry.hxx
@@ -493,7 +493,7 @@ public:
If keyName is an empty string, the value will be set for the key
specified by hKey.
@param valueType specifies the type of the value.
- @param pData points to a memory block containing the data for the value.
+ @param pValue points to a memory block containing the data for the value.
@param valueSize specifies the size of pData in bytes
@return REG_NO_ERROR if succeeds else an error code.
*/