[tor-commits] [tor/master] Document directories in "app"
nickm at torproject.org
nickm at torproject.org
Tue Nov 5 13:05:57 UTC 2019
commit db402028102f2c98bc92a85b7f7e919c0edf76a1
Author: Nick Mathewson <nickm at torproject.org>
Date: Mon Nov 4 17:23:50 2019 -0500
Document directories in "app"
---
src/app/config/app_config.dox | 6 +++++-
src/app/main/app_main.dox | 2 +-
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/src/app/config/app_config.dox b/src/app/config/app_config.dox
index d0d2ee363..ef4a87827 100644
--- a/src/app/config/app_config.dox
+++ b/src/app/config/app_config.dox
@@ -1,4 +1,8 @@
/**
@dir /app/config
- at brief app/config
+ at 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 3da20226d..c714ad139 100644
--- a/src/app/main/app_main.dox
+++ b/src/app/main/app_main.dox
@@ -1,4 +1,4 @@
/**
@dir /app/main
- at brief app/main
+ at brief app/main: Entry point for tor.
**/
More information about the tor-commits
mailing list