diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-11-04 07:40:20 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-11-04 07:40:20 -0500 |
commit | d3af23783c35151a511fc7fc37d88cf41831448c (patch) | |
tree | fae54f770e3ac6d75142d1a7d6fdd26f7eb69603 /src/app | |
parent | 7fc077ed2558c8174237388d00924fd139f786ce (diff) | |
download | tor-d3af23783c35151a511fc7fc37d88cf41831448c.tar.gz tor-d3af23783c35151a511fc7fc37d88cf41831448c.zip |
Document our top-level directories
Diffstat (limited to 'src/app')
-rw-r--r-- | src/app/app.dox | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/app/app.dox b/src/app/app.dox index 8c37d9275b..29e8651d51 100644 --- a/src/app/app.dox +++ b/src/app/app.dox @@ -1,4 +1,8 @@ /** @dir app -@brief 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. **/ |