Doxygen: add several missing links.

This commit is contained in:
Nick Mathewson 2019-11-05 08:05:42 -05:00
parent db40202810
commit aac80a004f
4 changed files with 18 additions and 4 deletions

View File

@ -3,4 +3,9 @@
@brief feature/dirauth: Directory authority implementation. @brief feature/dirauth: Directory authority implementation.
This module handles running Tor as a directory authority. This module handles running Tor as a directory authority.
The directory protocol is specified in
[dir-spec.txt](https://gitweb.torproject.org/torspec.git/tree/dir-spec.txt).
**/ **/

View File

@ -2,4 +2,9 @@
@dir /feature/hs @dir /feature/hs
@brief feature/hs: v3 (current) onion service protocol @brief feature/hs: v3 (current) onion service protocol
This directory implements the v3 onion service protocol,
as specified in
[rend-spec-v3.txt](https://gitweb.torproject.org/torspec.git/tree/rend-spec-v3.txt).
**/ **/

View File

@ -2,4 +2,8 @@
@dir /feature/rend @dir /feature/rend
@brief feature/rend: version 2 (old) hidden services @brief feature/rend: version 2 (old) hidden services
This directory implements the v2 onion service protocol,
as specified in
[rend-spec-v2.txt](https://gitweb.torproject.org/torspec.git/tree/rend-spec-v2.txt).
**/ **/

View File

@ -1,9 +1,7 @@
/** /**
@mainpage Tor source reference @mainpage Tor source reference
@section intro Getting to know Tor @section intro Welcome to Tor
Welcome!
This documentation describes the general structure of the Tor codebase, how This documentation describes the general structure of the Tor codebase, how
it fits together, what functionality is available for extending Tor, and it fits together, what functionality is available for extending Tor, and
@ -22,7 +20,9 @@ This document is not an overview of the Tor protocol. For that, see the
design paper and the specifications at https://spec.torproject.org/ . design paper and the specifications at https://spec.torproject.org/ .
For more information about Tor's coding standards and some helpful For more information about Tor's coding standards and some helpful
development tools, see doc/HACKING in the Tor repository. development tools, see
[doc/HACKING](https://gitweb.torproject.org/tor.git/tree/doc/HACKING) in the
Tor repository.
@section highlevel The very high level @section highlevel The very high level