From b1073d9fa264139333704f82553ade9979e2ca24 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Tue, 21 Feb 2012 23:16:31 +0100 Subject: WaE: silence some documentation errors --- registry/inc/registry/reflread.hxx | 5 ++--- registry/inc/registry/reflwrit.hxx | 2 +- registry/inc/registry/registry.h | 2 +- registry/inc/registry/registry.hxx | 2 +- 4 files changed, 5 insertions(+), 6 deletions(-) (limited to 'registry/inc') 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. */ -- cgit