mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-13 06:33:44 +01:00
Doxygen: add several missing links.
This commit is contained in:
parent
db40202810
commit
aac80a004f
@ -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).
|
||||||
|
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
@ -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).
|
||||||
|
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
@ -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).
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user