diff options
author | Michael Stahl <mstahl@redhat.com> | 2017-09-19 17:23:11 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-09-19 17:49:17 +0200 |
commit | 98e69875f91fb4d44659b8e48388364ac6f27147 (patch) | |
tree | 8240ea100907ca4bd1eb9f477f38001671530e9e /include/osl | |
parent | 5fdbcb2e082ad2bfd6f92064e8b3713504cc81c1 (diff) |
sal: fix numerous doxygen warnings
Change-Id: I2fd3fb7b67a62d349ff917466b08c75c19dcbff6
Diffstat (limited to 'include/osl')
-rw-r--r-- | include/osl/diagnose.h | 3 | ||||
-rw-r--r-- | include/osl/file.h | 2 | ||||
-rw-r--r-- | include/osl/socket_decl.hxx | 6 |
3 files changed, 7 insertions, 4 deletions
diff --git a/include/osl/diagnose.h b/include/osl/diagnose.h index 8461daf76ed2..748f0e472dca 100644 --- a/include/osl/diagnose.h +++ b/include/osl/diagnose.h @@ -27,7 +27,8 @@ #include <sal/saldllapi.h> #include <sal/types.h> -/** @file Provides simple diagnostic support. +/** @file + Provides simple diagnostic support. @deprecated The facilities provided by this header are deprecated. True assertions diff --git a/include/osl/file.h b/include/osl/file.h index 2e9dfe7ca91e..21a5de488c48 100644 --- a/include/osl/file.h +++ b/include/osl/file.h @@ -547,6 +547,8 @@ SAL_DLLPUBLIC oslFileError SAL_CALL osl_getVolumeDeviceMountPath( #define osl_VolumeInfo_Mask_DeviceHandle 0x00000080L #define osl_VolumeInfo_Mask_FileSystemCaseHandling 0x00000100L +/** @} */ + /** Structure containing information about volumes @see osl_getVolumeInformation() diff --git a/include/osl/socket_decl.hxx b/include/osl/socket_decl.hxx index c470cd65f26f..e0114c1ee4e1 100644 --- a/include/osl/socket_decl.hxx +++ b/include/osl/socket_decl.hxx @@ -89,7 +89,7 @@ namespace osl /** Converts the address to a (human readable) domain-name. - @param pResult[out] value of 0 if you are not interested in errors, + @param[out] pResult value of 0 if you are not interested in errors, otherwise *pResult contains an error code on failure or osl_Socket_Ok on success @@ -101,7 +101,7 @@ namespace osl /** Sets the IP address or hostname of the SocketAddress - @param sDottedIpOrHostname[in] IP address or hostname + @param[in] sDottedIpOrHostname IP address or hostname @retval true success @retval false failure @@ -116,7 +116,7 @@ namespace osl /** Sets the port number of the address. - @param nPort[in] port number + @param[in] nPort port number @retval true success @retval false failure |