From afc267e8872f0cb780d8c8bd7c0ea4e1d1683a87 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Sun, 3 Nov 2019 15:04:35 -0500 Subject: Add a stub main page for the documentation. --- src/mainpage.dox | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/mainpage.dox diff --git a/src/mainpage.dox b/src/mainpage.dox new file mode 100644 index 0000000000..84eea3c526 --- /dev/null +++ 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. + +**/ -- cgit v1.2.3-54-g00ecf