summaryrefslogtreecommitdiff
path: root/include/osl/socket_decl.hxx
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2017-06-23 06:08:00 +1000
committerChris Sherlock <chris.sherlock79@gmail.com>2017-06-23 06:28:04 +1000
commitba4831629e93bd6957ed8cfce9cec25f4f8ce5e4 (patch)
tree9d5f6c7d6841290529cbe7356e319e09e1da9929 /include/osl/socket_decl.hxx
parent2b88f432f14e617ad27e6a3f560f85c18603697a (diff)
osl: doxygen fixes for headers
Change-Id: I3f30b5ab985c2ff709116568905b941c5d50fd1a
Diffstat (limited to 'include/osl/socket_decl.hxx')
-rw-r--r--include/osl/socket_decl.hxx16
1 files changed, 7 insertions, 9 deletions
diff --git a/include/osl/socket_decl.hxx b/include/osl/socket_decl.hxx
index 2cad281a2748..2c9020e3e93d 100644
--- a/include/osl/socket_decl.hxx
+++ b/include/osl/socket_decl.hxx
@@ -314,15 +314,13 @@ namespace osl
/** Queries the socket for its type.
- @return one of:
- <ul>
- <li> <code>osl_Socket_TypeStream</code>
- <li> <code>osl_Socket_TypeDgram</code>
- <li> <code>osl_Socket_TypeRaw</code>
- <li> <code>osl_Socket_TypeRdm</code>
- <li> <code>osl_Socket_TypeSeqPacket</code>
- <li> <code>osl_invalid_SocketType</code>, if an error occurred
- </ul>
+
+ @retval osl_Socket_TypeStream
+ @retval osl_Socket_TypeDgram
+ @retval osl_Socket_TypeRaw
+ @retval osl_Socket_TypeRdm
+ @retval osl_Socket_TypeSeqPacket
+ @retval osl_invalid_SocketType if an error occurred
*/
inline oslSocketType SAL_CALL getType() const;