Fix typos, make all \brief's conformant, end sentences with a period.

This commit is contained in:
Linus Nordberg 2010-07-28 17:42:33 +02:00
parent 986dd554f4
commit da49a7267f
12 changed files with 15 additions and 15 deletions

View File

@ -5,7 +5,7 @@
/* See LICENSE for licensing information */ /* See LICENSE for licensing information */
/** /**
* \file geoip.h * \file circuitbuild.h
* \brief Header file for circuitbuild.c. * \brief Header file for circuitbuild.c.
**/ **/

View File

@ -6,7 +6,7 @@
/** /**
* \file dnsserv.h * \file dnsserv.h
* \brief Header file for dnsserv functions * \brief Header file for dnsserv.c.
**/ **/
#ifndef _TOR_DNSSERV_H #ifndef _TOR_DNSSERV_H

View File

@ -6,7 +6,7 @@
/** /**
* \file policies.h * \file policies.h
* \brief Header file for policy.c. * \brief Header file for policies.c.
**/ **/
#ifndef _TOR_POLICIES_H #ifndef _TOR_POLICIES_H

View File

@ -6,7 +6,7 @@
/** /**
* \file reasons.h * \file reasons.h
* \brief Header file for reasons.c * \brief Header file for reasons.c.
**/ **/
#ifndef _TOR_REASONS_H #ifndef _TOR_REASONS_H

View File

@ -6,7 +6,7 @@
/** /**
* \file rendclient.h * \file rendclient.h
* \brief Header file for client rend functions * \brief Header file for rendclient.c.
**/ **/
#ifndef _TOR_RENDCLIENT_H #ifndef _TOR_RENDCLIENT_H

View File

@ -6,7 +6,7 @@
/** /**
* \file rendcommon.h * \file rendcommon.h
* \brief Header file for common rend functions * \brief Header file for rendcommon.c.
**/ **/
#ifndef _TOR_RENDCOMMON_H #ifndef _TOR_RENDCOMMON_H

View File

@ -5,12 +5,12 @@
/* See LICENSE for licensing information */ /* See LICENSE for licensing information */
/** /**
* \file geoip.h * \file rendmid.h
* \brief Header file for geoip functions * \brief Header file for rendmid.c.
**/ **/
#ifndef _TOR_GEOIP_H #ifndef _TOR_RENDMID_H
#define _TOR_GEOIP_H #define _TOR_RENDMID_H
int rend_mid_establish_intro(or_circuit_t *circ, const char *request, int rend_mid_establish_intro(or_circuit_t *circ, const char *request,
size_t request_len); size_t request_len);

View File

@ -6,7 +6,7 @@
/** /**
* \file rendservice.h * \file rendservice.h
* \brief Header file for rendservice functions * \brief Header file for rendservice.c.
**/ **/
#ifndef _TOR_RENDSERVICE_H #ifndef _TOR_RENDSERVICE_H

View File

@ -6,7 +6,7 @@
/** /**
* \file rephist.h * \file rephist.h
* \brief Header file for rephist functions * \brief Header file for rephist.c.
**/ **/
#ifndef _TOR_REPHIST_H #ifndef _TOR_REPHIST_H

View File

@ -6,7 +6,7 @@
/** /**
* \file router.h * \file router.h
* \brief Header file for router functions * \brief Header file for router.c.
**/ **/
#ifndef _TOR_ROUTER_H #ifndef _TOR_ROUTER_H

View File

@ -5,7 +5,7 @@
/** /**
* \file routerlist.h * \file routerlist.h
* \brief Header file for routerlist functions * \brief Header file for routerlist.c.
**/ **/
#ifndef _TOR_ROUTERLIST_H #ifndef _TOR_ROUTERLIST_H

View File

@ -6,7 +6,7 @@
/** /**
* \file routerpase.h * \file routerpase.h
* \brief Header file for router information parsing. * \brief Header file for routerparse.c.
**/ **/
#ifndef _TOR_ROUTERPARSE_H #ifndef _TOR_ROUTERPARSE_H