Skip to content
Snippets Groups Projects
Commit d3af2378 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Document our top-level directories

parent 7fc077ed
No related branches found
No related tags found
No related merge requests found
/**
@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.
**/
/**
@dir core
@brief core
@brief core: main loop and onion routing functionality
The "core" directory has the central protocols for Tor, which every
client and relay must implement in order to perform onion routing.
**/
/**
@dir feature
@brief feature
@brief feature: domain-specific modules
The "feature" directory has modules that Tor uses only for a particular
role or service, such as maintaining/using an onion service, operating as a
relay or a client, or being a directory authority.
**/
/**
@dir lib
@brief lib
@brief lib: low-level functionality.
The "lib" directory contains low-level functionality, most of it not
necessarily Tor-specific.
**/
/**
@dir tools
@brief tools
@brief tools: other command-line tools for use with Tor.
The "tools" directory has a few other programs that use Tor, but are not part
of the main Tor binary.
**/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment