summaryrefslogtreecommitdiff
path: root/include/osl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-05-29 15:01:18 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-05-29 15:03:01 +0200
commit8c3657658a70523005c0dbb19a691aa025da039a (patch)
treea5f561aaa3cfc8b015662a24903990975b901484 /include/osl
parent54054514403a3e9bc45a71b20eb5e58befbb5508 (diff)
Tweak comments
(Preventing documentation of macros via @cond ... @endcond is apparently at least broken in Doxygen 1.8.3 and working in Doxygen 1.8.4.) Change-Id: I2ee582119dba2c3d27db5298786d3076921af46d
Diffstat (limited to 'include/osl')
-rw-r--r--include/osl/socket_decl.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/osl/socket_decl.hxx b/include/osl/socket_decl.hxx
index f51cca12e4c3..2bcbd6cbd575 100644
--- a/include/osl/socket_decl.hxx
+++ b/include/osl/socket_decl.hxx
@@ -48,9 +48,10 @@ namespace osl
/** The SocketAddr takes over the responsibility of the handle ( which means,
that the handle gets destructed by the destructor of this reference)
+ @param Addr a handle
@param nocopy use SAL_NO_COPY
*/
- inline SocketAddr(const oslSocketAddr , __osl_socket_NoCopy nocopy );
+ inline SocketAddr(const oslSocketAddr Addr, __osl_socket_NoCopy nocopy );
/** Copyconstructs the oslSocketAddr handle.
*/