summaryrefslogtreecommitdiff
path: root/src/app
diff options
context:
space:
mode:
Diffstat (limited to 'src/app')
-rw-r--r--src/app/app.dox2
-rw-r--r--src/app/config/app_config.dox8
-rw-r--r--src/app/main/app_main.dox4
3 files changed, 9 insertions, 5 deletions
diff --git a/src/app/app.dox b/src/app/app.dox
index 29e8651d51..21d5791cde 100644
--- a/src/app/app.dox
+++ b/src/app/app.dox
@@ -1,5 +1,5 @@
/**
-@dir app
+@dir /app
@brief app: top-level entry point for Tor
The "app" directory has Tor's main entry point and configuration logic,
diff --git a/src/app/config/app_config.dox b/src/app/config/app_config.dox
index 03762fd27d..ef4a878277 100644
--- a/src/app/config/app_config.dox
+++ b/src/app/config/app_config.dox
@@ -1,4 +1,8 @@
/**
-@dir app/config
-@brief app/config
+@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 1d94f89814..c714ad1396 100644
--- a/src/app/main/app_main.dox
+++ b/src/app/main/app_main.dox
@@ -1,4 +1,4 @@
/**
-@dir app/main
-@brief app/main
+@dir /app/main
+@brief app/main: Entry point for tor.
**/