diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-06-26 10:11:42 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-06-26 10:11:42 -0400 |
commit | 5336ac26693cdba47422771ea951d22a290f67df (patch) | |
tree | e37f37242d80146ee55651ba2c90b0bb80e0c3d9 /src/app/app.md | |
parent | e269e081a1c1ec3450e8b86f64aa099f51b04b84 (diff) | |
download | tor-5336ac26693cdba47422771ea951d22a290f67df.tar.gz tor-5336ac26693cdba47422771ea951d22a290f67df.zip |
Move remaining CodeStructure.md contents into doxygen.
Diffstat (limited to 'src/app/app.md')
-rw-r--r-- | src/app/app.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/app/app.md b/src/app/app.md index 138e75b127..298bde75f5 100644 --- a/src/app/app.md +++ b/src/app/app.md @@ -4,3 +4,8 @@ The "app" directory has Tor's main entry point and configuration logic, and is responsible for initializing and managing the other modules in Tor. + +The modules in "app" are: + + - \refdir{app/config} -- configuration and state for Tor + - \refdir{app/main} -- Top-level functions to invoke the rest or Tor. |