tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit db402028102f2c98bc92a85b7f7e919c0edf76a1
parent a33d1dce8affdaef7d84a6cc2c23c3821192cb87
Author: Nick Mathewson <nickm@torproject.org>
Date:   Mon,  4 Nov 2019 17:23:50 -0500

Document directories in "app"

Diffstat:
Msrc/app/config/app_config.dox | 6+++++-
Msrc/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 @@ -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 @@ -1,4 +1,4 @@ /** @dir /app/main -@brief app/main +@brief app/main: Entry point for tor. **/