mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Fix typos, make all \brief's conformant, end sentences with a period.
This commit is contained in:
parent
986dd554f4
commit
da49a7267f
@ -5,7 +5,7 @@
|
||||
/* See LICENSE for licensing information */
|
||||
|
||||
/**
|
||||
* \file geoip.h
|
||||
* \file circuitbuild.h
|
||||
* \brief Header file for circuitbuild.c.
|
||||
**/
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
/**
|
||||
* \file dnsserv.h
|
||||
* \brief Header file for dnsserv functions
|
||||
* \brief Header file for dnsserv.c.
|
||||
**/
|
||||
|
||||
#ifndef _TOR_DNSSERV_H
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
/**
|
||||
* \file policies.h
|
||||
* \brief Header file for policy.c.
|
||||
* \brief Header file for policies.c.
|
||||
**/
|
||||
|
||||
#ifndef _TOR_POLICIES_H
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
/**
|
||||
* \file reasons.h
|
||||
* \brief Header file for reasons.c
|
||||
* \brief Header file for reasons.c.
|
||||
**/
|
||||
|
||||
#ifndef _TOR_REASONS_H
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
/**
|
||||
* \file rendclient.h
|
||||
* \brief Header file for client rend functions
|
||||
* \brief Header file for rendclient.c.
|
||||
**/
|
||||
|
||||
#ifndef _TOR_RENDCLIENT_H
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
/**
|
||||
* \file rendcommon.h
|
||||
* \brief Header file for common rend functions
|
||||
* \brief Header file for rendcommon.c.
|
||||
**/
|
||||
|
||||
#ifndef _TOR_RENDCOMMON_H
|
||||
|
@ -5,12 +5,12 @@
|
||||
/* See LICENSE for licensing information */
|
||||
|
||||
/**
|
||||
* \file geoip.h
|
||||
* \brief Header file for geoip functions
|
||||
* \file rendmid.h
|
||||
* \brief Header file for rendmid.c.
|
||||
**/
|
||||
|
||||
#ifndef _TOR_GEOIP_H
|
||||
#define _TOR_GEOIP_H
|
||||
#ifndef _TOR_RENDMID_H
|
||||
#define _TOR_RENDMID_H
|
||||
|
||||
int rend_mid_establish_intro(or_circuit_t *circ, const char *request,
|
||||
size_t request_len);
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
/**
|
||||
* \file rendservice.h
|
||||
* \brief Header file for rendservice functions
|
||||
* \brief Header file for rendservice.c.
|
||||
**/
|
||||
|
||||
#ifndef _TOR_RENDSERVICE_H
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
/**
|
||||
* \file rephist.h
|
||||
* \brief Header file for rephist functions
|
||||
* \brief Header file for rephist.c.
|
||||
**/
|
||||
|
||||
#ifndef _TOR_REPHIST_H
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
/**
|
||||
* \file router.h
|
||||
* \brief Header file for router functions
|
||||
* \brief Header file for router.c.
|
||||
**/
|
||||
|
||||
#ifndef _TOR_ROUTER_H
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
/**
|
||||
* \file routerlist.h
|
||||
* \brief Header file for routerlist functions
|
||||
* \brief Header file for routerlist.c.
|
||||
**/
|
||||
|
||||
#ifndef _TOR_ROUTERLIST_H
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
/**
|
||||
* \file routerpase.h
|
||||
* \brief Header file for router information parsing.
|
||||
* \brief Header file for routerparse.c.
|
||||
**/
|
||||
|
||||
#ifndef _TOR_ROUTERPARSE_H
|
||||
|
Loading…
Reference in New Issue
Block a user