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/app | |
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/app')
-rw-r--r-- | src/app/app.dox | 2 | ||||
-rw-r--r-- | src/app/config/app_config.dox | 2 | ||||
-rw-r--r-- | src/app/main/app_main.dox | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/src/app/app.dox b/src/app/app.dox index 21d5791cde..138e75b127 100644 --- a/src/app/app.dox +++ b/src/app/app.dox @@ -1,8 +1,6 @@ -/** @dir /app @brief app: top-level entry point for Tor The "app" directory has Tor's main entry point and configuration logic, and is responsible for initializing and managing the other modules in Tor. -**/ diff --git a/src/app/config/app_config.dox b/src/app/config/app_config.dox index ef4a878277..b359ce77f6 100644 --- a/src/app/config/app_config.dox +++ b/src/app/config/app_config.dox @@ -1,8 +1,6 @@ -/** @dir /app/config @brief app/config: Top-level configuration code Refactoring this module is a work in progress, see [ticket 29211](https://trac.torproject.org/projects/tor/ticket/29211). -**/ diff --git a/src/app/main/app_main.dox b/src/app/main/app_main.dox index c714ad1396..b8c789716c 100644 --- a/src/app/main/app_main.dox +++ b/src/app/main/app_main.dox @@ -1,4 +1,2 @@ -/** @dir /app/main @brief app/main: Entry point for tor. -**/ |