aboutsummaryrefslogtreecommitdiff
path: root/src/feature
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/feature
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/feature')
-rw-r--r--src/feature/api/feature_api.dox2
-rw-r--r--src/feature/client/feature_client.dox2
-rw-r--r--src/feature/control/feature_control.dox2
-rw-r--r--src/feature/dirauth/feature_dirauth.dox2
-rw-r--r--src/feature/dircache/feature_dircache.dox2
-rw-r--r--src/feature/dirclient/feature_dirclient.dox2
-rw-r--r--src/feature/dircommon/feature_dircommon.dox2
-rw-r--r--src/feature/dirparse/feature_dirparse.dox2
-rw-r--r--src/feature/feature.dox2
-rw-r--r--src/feature/hibernate/feature_hibernate.dox2
-rw-r--r--src/feature/hs/feature_hs.dox2
-rw-r--r--src/feature/hs_common/feature_hs_common.dox2
-rw-r--r--src/feature/keymgt/feature_keymgt.dox2
-rw-r--r--src/feature/nodelist/feature_nodelist.dox2
-rw-r--r--src/feature/relay/feature_relay.dox2
-rw-r--r--src/feature/rend/feature_rend.dox2
-rw-r--r--src/feature/stats/feature_stats.dox2
17 files changed, 0 insertions, 34 deletions
diff --git a/src/feature/api/feature_api.dox b/src/feature/api/feature_api.dox
index 06112120c3..3065c000aa 100644
--- a/src/feature/api/feature_api.dox
+++ b/src/feature/api/feature_api.dox
@@ -1,4 +1,2 @@
-/**
@dir /feature/api
@brief feature/api: In-process interface to starting/stopping Tor.
-**/
diff --git a/src/feature/client/feature_client.dox b/src/feature/client/feature_client.dox
index a8263b494c..dd4bf78ec8 100644
--- a/src/feature/client/feature_client.dox
+++ b/src/feature/client/feature_client.dox
@@ -1,7 +1,5 @@
-/**
@dir /feature/client
@brief feature/client: Client-specific code
(There is also a bunch of client-specific code in other modules.)
-**/
diff --git a/src/feature/control/feature_control.dox b/src/feature/control/feature_control.dox
index a0bf9413a1..9f1681ea91 100644
--- a/src/feature/control/feature_control.dox
+++ b/src/feature/control/feature_control.dox
@@ -1,4 +1,3 @@
-/**
@dir /feature/control
@brief feature/control: Controller API.
@@ -7,4 +6,3 @@ thread, if you're running Tor in-process) can use to configure and control
Tor while it is running. The current protocol is documented in
[control-spec.txt](https://gitweb.torproject.org/torspec.git/tree/control-spec.txt).
-**/
diff --git a/src/feature/dirauth/feature_dirauth.dox b/src/feature/dirauth/feature_dirauth.dox
index 9ee2d04589..b152b94894 100644
--- a/src/feature/dirauth/feature_dirauth.dox
+++ b/src/feature/dirauth/feature_dirauth.dox
@@ -1,4 +1,3 @@
-/**
@dir /feature/dirauth
@brief feature/dirauth: Directory authority implementation.
@@ -8,4 +7,3 @@ The directory protocol is specified in
[dir-spec.txt](https://gitweb.torproject.org/torspec.git/tree/dir-spec.txt).
-**/
diff --git a/src/feature/dircache/feature_dircache.dox b/src/feature/dircache/feature_dircache.dox
index ef8a51aa9e..97734f2a34 100644
--- a/src/feature/dircache/feature_dircache.dox
+++ b/src/feature/dircache/feature_dircache.dox
@@ -1,8 +1,6 @@
-/**
@dir /feature/dircache
@brief feature/dircache: Run as a directory cache server
This module handles the directory caching functionality that all relays may
provide, for serving cached directory objects to objects.
-**/
diff --git a/src/feature/dirclient/feature_dirclient.dox b/src/feature/dirclient/feature_dirclient.dox
index 0cbae69111..5c7ee964d3 100644
--- a/src/feature/dirclient/feature_dirclient.dox
+++ b/src/feature/dirclient/feature_dirclient.dox
@@ -1,4 +1,3 @@
-/**
@dir /feature/dirclient
@brief feature/dirclient: Directory client implementation.
@@ -6,4 +5,3 @@ The code here is used by all Tor instances that need to download directory
information. Currently, that is all of them, since even authorities need to
launch downloads to learn about relays that other authorities have listed.
-**/
diff --git a/src/feature/dircommon/feature_dircommon.dox b/src/feature/dircommon/feature_dircommon.dox
index 2d9866da01..359049ecd8 100644
--- a/src/feature/dircommon/feature_dircommon.dox
+++ b/src/feature/dircommon/feature_dircommon.dox
@@ -1,4 +1,3 @@
-/**
@dir /feature/dircommon
@brief feature/dircommon: Directory client and server shared code
@@ -6,4 +5,3 @@ This module has the code that directory clients (anybody who download
information about relays) and directory servers (anybody who serves such
information) share in common.
-**/
diff --git a/src/feature/dirparse/feature_dirparse.dox b/src/feature/dirparse/feature_dirparse.dox
index 4f2136b02b..e4b34668ba 100644
--- a/src/feature/dirparse/feature_dirparse.dox
+++ b/src/feature/dirparse/feature_dirparse.dox
@@ -1,4 +1,3 @@
-/**
@dir /feature/dirparse
@brief feature/dirparse: Parsing Tor directory objects
@@ -7,4 +6,3 @@ We define a number of "directory objects" in
all of them using a common line-oriented meta-format. This module is used by
other parts of Tor to parse them.
-**/
diff --git a/src/feature/feature.dox b/src/feature/feature.dox
index 03759f9a17..acc3487e55 100644
--- a/src/feature/feature.dox
+++ b/src/feature/feature.dox
@@ -1,4 +1,3 @@
-/**
@dir /feature
@brief feature: domain-specific modules
@@ -6,4 +5,3 @@ The "feature" directory has modules that Tor uses only for a particular
role or service, such as maintaining/using an onion service, operating as a
relay or a client, or being a directory authority.
-**/
diff --git a/src/feature/hibernate/feature_hibernate.dox b/src/feature/hibernate/feature_hibernate.dox
index eebb2d51a2..0eb5ffea0d 100644
--- a/src/feature/hibernate/feature_hibernate.dox
+++ b/src/feature/hibernate/feature_hibernate.dox
@@ -1,4 +1,3 @@
-/**
@dir /feature/hibernate
@brief feature/hibernate: Bandwidth accounting and hibernation (!)
@@ -13,4 +12,3 @@ The two features are related only in the sense that "soft hibernation" (being
almost out of ) is very close to the "shutting down" state. But it would be
better in the long run to make the two completely separate.
-**/
diff --git a/src/feature/hs/feature_hs.dox b/src/feature/hs/feature_hs.dox
index 32f44d57fb..299d07e014 100644
--- a/src/feature/hs/feature_hs.dox
+++ b/src/feature/hs/feature_hs.dox
@@ -1,4 +1,3 @@
-/**
@dir /feature/hs
@brief feature/hs: v3 (current) onion service protocol
@@ -7,4 +6,3 @@ as specified in
[rend-spec-v3.txt](https://gitweb.torproject.org/torspec.git/tree/rend-spec-v3.txt).
-**/
diff --git a/src/feature/hs_common/feature_hs_common.dox b/src/feature/hs_common/feature_hs_common.dox
index 85d7585872..3a5e351a0a 100644
--- a/src/feature/hs_common/feature_hs_common.dox
+++ b/src/feature/hs_common/feature_hs_common.dox
@@ -1,5 +1,3 @@
-/**
@dir /feature/hs_common
@brief feature/hs_common: Common to v2 (old) and v3 (current) onion services
-**/
diff --git a/src/feature/keymgt/feature_keymgt.dox b/src/feature/keymgt/feature_keymgt.dox
index acc840eb2e..1eac7cca50 100644
--- a/src/feature/keymgt/feature_keymgt.dox
+++ b/src/feature/keymgt/feature_keymgt.dox
@@ -1,5 +1,3 @@
-/**
@dir /feature/keymgt
@brief feature/keymgt: Store keys for relays, authorities, etc.
-**/
diff --git a/src/feature/nodelist/feature_nodelist.dox b/src/feature/nodelist/feature_nodelist.dox
index 0b25dd246d..9d715308c2 100644
--- a/src/feature/nodelist/feature_nodelist.dox
+++ b/src/feature/nodelist/feature_nodelist.dox
@@ -1,4 +1,2 @@
-/**
@dir /feature/nodelist
@brief feature/nodelist: Download and manage a list of relays
-**/
diff --git a/src/feature/relay/feature_relay.dox b/src/feature/relay/feature_relay.dox
index 6867818257..a7f0c2153a 100644
--- a/src/feature/relay/feature_relay.dox
+++ b/src/feature/relay/feature_relay.dox
@@ -1,6 +1,4 @@
-/**
@dir /feature/relay
@brief feature/relay: Relay-specific code
(There is also a bunch of relay-specific code in other modules.)
-**/
diff --git a/src/feature/rend/feature_rend.dox b/src/feature/rend/feature_rend.dox
index ed0784521c..bfd8ae3dbc 100644
--- a/src/feature/rend/feature_rend.dox
+++ b/src/feature/rend/feature_rend.dox
@@ -1,4 +1,3 @@
-/**
@dir /feature/rend
@brief feature/rend: version 2 (old) hidden services
@@ -6,4 +5,3 @@ This directory implements the v2 onion service protocol,
as specified in
[rend-spec-v2.txt](https://gitweb.torproject.org/torspec.git/tree/rend-spec-v2.txt).
-**/
diff --git a/src/feature/stats/feature_stats.dox b/src/feature/stats/feature_stats.dox
index 0ced00ce58..d205fe5571 100644
--- a/src/feature/stats/feature_stats.dox
+++ b/src/feature/stats/feature_stats.dox
@@ -1,4 +1,3 @@
-/**
@dir /feature/stats
@brief feature/stats: Relay statistics. Also, port prediction.
@@ -9,4 +8,3 @@ Additionally, it contains predict_ports.c, which remembers which ports we've
visited recently as a client, so we can make sure we have open circuits that
support them.
-**/