diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-11-15 09:23:51 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-11-15 09:23:51 -0500 |
commit | 3a7369d0cfa567cdb02063e1dad176c92ef2c7fe (patch) | |
tree | 2a9935d45afaa8914e1c56588eb31a06304b1d0b /src/feature/control/feature_control.dox | |
parent | 625ad6538248cb2ffba7bc2aebb894e91f1a0872 (diff) | |
download | tor-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/control/feature_control.dox')
-rw-r--r-- | src/feature/control/feature_control.dox | 2 |
1 files changed, 0 insertions, 2 deletions
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). -**/ |