aboutsummaryrefslogtreecommitdiff
path: root/src/lib/thread
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-11-15 09:23:51 -0500
committerNick Mathewson <nickm@torproject.org>2019-11-15 09:23:51 -0500
commit3a7369d0cfa567cdb02063e1dad176c92ef2c7fe (patch)
tree2a9935d45afaa8914e1c56588eb31a06304b1d0b /src/lib/thread
parent625ad6538248cb2ffba7bc2aebb894e91f1a0872 (diff)
downloadtor-3a7369d0cfa567cdb02063e1dad176c92ef2c7fe.tar.gz
tor-3a7369d0cfa567cdb02063e1dad176c92ef2c7fe.zip
Doxygen: remove /** and **/ from all .dox files
This is an automatically generated commit, made with: find src -name '*.dox' | \ xargs perl -i -ne 'print unless (m#^\s*/?\*\*/?\s*$#);'
Diffstat (limited to 'src/lib/thread')
-rw-r--r--src/lib/thread/lib_thread.dox2
-rw-r--r--src/lib/thread/threading.dox2
2 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/thread/lib_thread.dox b/src/lib/thread/lib_thread.dox
index 2773aa009d..5870ad790f 100644
--- a/src/lib/thread/lib_thread.dox
+++ b/src/lib/thread/lib_thread.dox
@@ -1,4 +1,3 @@
-/**
@dir /lib/thread
@brief lib/thread: Mid-level threading.
@@ -6,4 +5,3 @@ This module contains compatibility and convenience code for multithreading,
except for low-level locks (which are in \refdir{lib/lock} and
workqueue/threadpool code (which belongs in \refdir{lib/evloop}.)
-**/
diff --git a/src/lib/thread/threading.dox b/src/lib/thread/threading.dox
index e15d584408..a1058c97de 100644
--- a/src/lib/thread/threading.dox
+++ b/src/lib/thread/threading.dox
@@ -1,4 +1,3 @@
-/**
@page threading Threading in Tor
@@ -25,4 +24,3 @@ Try to minimize sharing between threads: it is usually best to simply
make the worker "own" all the data it needs while the work is in
progress, and to give up ownership when it's complete.
-**/