summaryrefslogtreecommitdiff
path: root/include/osl/thread.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/thread.hxx
parent2b88f432f14e617ad27e6a3f560f85c18603697a (diff)
osl: doxygen fixes for headers
Change-Id: I3f30b5ab985c2ff709116568905b941c5d50fd1a
Diffstat (limited to 'include/osl/thread.hxx')
-rw-r--r--include/osl/thread.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osl/thread.hxx b/include/osl/thread.hxx
index 3adfc83fe295..389739c70aa7 100644
--- a/include/osl/thread.hxx
+++ b/include/osl/thread.hxx
@@ -34,7 +34,7 @@ namespace osl
/** threadFunc is the function which is executed by the threads
created by the osl::Thread class. The function's signature
matches the one of oslWorkerFunction which is declared in
- osl/thread.h .
+ osl/thread.h
*/
extern "C" inline void SAL_CALL threadFunc( void* param);