diff options
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. -**/ |