aboutsummaryrefslogtreecommitdiff
path: root/src/feature/dirparse
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/dirparse
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/dirparse')
-rw-r--r--src/feature/dirparse/feature_dirparse.dox2
1 files changed, 0 insertions, 2 deletions
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.
-**/