diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-01-20 17:16:19 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-01-20 17:16:56 -0600 |
commit | 53358305d8620f703d14df3c37a9b65e29a20cb4 (patch) | |
tree | ca46f316775b254a77bd386b1cdd8eb496123fd8 /registry/inc | |
parent | 6accc1e65a8ab566db16c07dd76cf5f74c0bf792 (diff) |
kill some doxygen warnings
Diffstat (limited to 'registry/inc')
-rw-r--r-- | registry/inc/registry/reader.h | 2 | ||||
-rw-r--r-- | registry/inc/registry/registry.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/registry/inc/registry/reader.h b/registry/inc/registry/reader.h index e455d0a1bfcd..cdbd0bacd487 100644 --- a/registry/inc/registry/reader.h +++ b/registry/inc/registry/reader.h @@ -318,7 +318,7 @@ void SAL_CALL typereg_reader_getFieldTypeName( @param type an out-parameter obtaining the field value's type; must not be null - @param result an out-parameter obtaining the field value's value; must not be + @param value an out-parameter obtaining the field value's value; must not be null @return false iff an out-of-memory condition occurred, in which case diff --git a/registry/inc/registry/registry.h b/registry/inc/registry/registry.h index a35c9dfde82c..5374d65f0e99 100644 --- a/registry/inc/registry/registry.h +++ b/registry/inc/registry/registry.h @@ -58,7 +58,7 @@ RegError REGISTRY_CALLTYPE reg_createKey(RegKeyHandle hKey, @param hKey identifies a currently open key. The key which will be opened by this function is a subkey of the key identified by hKey @param keyName points to a null terminated string specifying the name of a key. - @param phNewKey points to a variable that receives the handle of the opened key. + @param phOpenKey points to a variable that receives the handle of the opened key. The memory to store this variable will be allocated and will be freed by the function reg_closeKey. If the function fails, phNewKey is NULL. @return REG_NO_ERROR if succeeds else an error code. @@ -415,7 +415,7 @@ RegError REGISTRY_CALLTYPE reg_openRootKey(RegHandle hRegistry, /** This function returns the name of a registry. - @param hReg identifies a currently open registry whose name will be returned. + @param hRegistry identifies a currently open registry whose name will be returned. @param pName returns the name of the registry if the function succeeds otherwise an empty string. @return REG_NO_ERROR if succeeds else an error code. */ |