summaryrefslogtreecommitdiff
path: root/include/osl
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2017-08-28 03:39:07 +1000
committerChris Sherlock <chris.sherlock79@gmail.com>2017-08-28 03:39:59 +1000
commit0876a6f05d78b9754005f8bd70f79386b44a7813 (patch)
treea97c8ba8439167a9d31320d865ec198e6eb5c78f /include/osl
parent3d5be8cd31bcf6fce8772133298d2ae076361362 (diff)
osl: fix socket.h doxygen param
Change-Id: I4299433ec30ee5d102750b41e8cc6e82e4530a59
Diffstat (limited to 'include/osl')
-rw-r--r--include/osl/socket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osl/socket.h b/include/osl/socket.h
index 156179f2e6fd..1cf3d34c94d2 100644
--- a/include/osl/socket.h
+++ b/include/osl/socket.h
@@ -660,7 +660,7 @@ SAL_DLLPUBLIC sal_Bool SAL_CALL osl_isExceptionPending(
/** Shuts down communication on a connected socket.
@param[in] Socket the Socket to perfom the operation on.
- @param[in]
+ @param[in] Direction
@parblock
Direction denotes which end of the socket should be closed:
@li osl_Socket_DirRead - closes read operations.