tor

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

commit afc267e8872f0cb780d8c8bd7c0ea4e1d1683a87
parent e2da29e045348d59dea80246b4026cd1841d7461
Author: Nick Mathewson <nickm@torproject.org>
Date:   Sun,  3 Nov 2019 15:04:35 -0500

Add a stub main page for the documentation.

Diffstat:
Asrc/mainpage.dox | 11+++++++++++
1 file changed, 11 insertions(+), 0 deletions(-)

diff --git a/src/mainpage.dox b/src/mainpage.dox @@ -0,0 +1,11 @@ +/** +@mainpage Tor source reference + +@section intro Getting to know Tor + +Welcome to the Tor source code documentation! Here we have documentation for +nearly every function, type, and module in the Tor source code. The high-level +documentation is a work in progress. For now, have a look at the source code +overview in doc/HACKING/design. + +**/