Merge branch 'maint-0.4.8' into release-0.4.8
[tor.git] / src / app / app.md
blob298bde75f5678ee60c2403ed1407fabf69f2bd2a
1 @dir /app
2 @brief app: top-level entry point for Tor
4 The "app" directory has Tor's main entry point and configuration logic,
5 and is responsible for initializing and managing the other modules in
6 Tor.
8 The modules in "app" are:
10    - \refdir{app/config} -- configuration and state for Tor
11    - \refdir{app/main} -- Top-level functions to invoke the rest or Tor.