diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-11-04 17:23:50 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-11-04 17:23:50 -0500 |
commit | db402028102f2c98bc92a85b7f7e919c0edf76a1 (patch) | |
tree | 6d47a73c23cc1d3d9abf947b01137d635f7cf6fb | |
parent | a33d1dce8affdaef7d84a6cc2c23c3821192cb87 (diff) | |
download | tor-db402028102f2c98bc92a85b7f7e919c0edf76a1.tar.gz tor-db402028102f2c98bc92a85b7f7e919c0edf76a1.zip |
Document directories in "app"
-rw-r--r-- | src/app/config/app_config.dox | 6 | ||||
-rw-r--r-- | 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 d0d2ee3637..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 +@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 3da20226d3..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 +@brief app/main: Entry point for tor. **/ |