summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-11-03 15:04:35 -0500
committerNick Mathewson <nickm@torproject.org>2019-11-03 15:04:35 -0500
commitafc267e8872f0cb780d8c8bd7c0ea4e1d1683a87 (patch)
tree414fda6d05744d4e7cb528d61dcffdb3b3054a53 /src
parente2da29e045348d59dea80246b4026cd1841d7461 (diff)
downloadtor-afc267e8872f0cb780d8c8bd7c0ea4e1d1683a87.tar.gz
tor-afc267e8872f0cb780d8c8bd7c0ea4e1d1683a87.zip
Add a stub main page for the documentation.
Diffstat (limited to 'src')
-rw-r--r--src/mainpage.dox11
1 files changed, 11 insertions, 0 deletions
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.
+
+**/