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
+1 -1
View File
@@ -5,7 +5,7 @@
/* See LICENSE for licensing information */
/**
* \file geoip.h
* \file circuitbuild.h
* \brief Header file for circuitbuild.c.
**/
+1 -1
View File
@@ -6,7 +6,7 @@
/**
* \file dnsserv.h
* \brief Header file for dnsserv functions
* \brief Header file for dnsserv.c.
**/
#ifndef _TOR_DNSSERV_H
+1 -1
View File
@@ -6,7 +6,7 @@
/**
* \file policies.h
* \brief Header file for policy.c.
* \brief Header file for policies.c.
**/
#ifndef _TOR_POLICIES_H
+1 -1
View File
@@ -6,7 +6,7 @@
/**
* \file reasons.h
* \brief Header file for reasons.c
* \brief Header file for reasons.c.
**/
#ifndef _TOR_REASONS_H
+1 -1
View File
@@ -6,7 +6,7 @@
/**
* \file rendclient.h
* \brief Header file for client rend functions
* \brief Header file for rendclient.c.
**/
#ifndef _TOR_RENDCLIENT_H
+1 -1
View File
@@ -6,7 +6,7 @@
/**
* \file rendcommon.h
* \brief Header file for common rend functions
* \brief Header file for rendcommon.c.
**/
#ifndef _TOR_RENDCOMMON_H
+4 -4
View File
@@ -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);
+1 -1
View File
@@ -6,7 +6,7 @@
/**
* \file rendservice.h
* \brief Header file for rendservice functions
* \brief Header file for rendservice.c.
**/
#ifndef _TOR_RENDSERVICE_H
+1 -1
View File
@@ -6,7 +6,7 @@
/**
* \file rephist.h
* \brief Header file for rephist functions
* \brief Header file for rephist.c.
**/
#ifndef _TOR_REPHIST_H
+1 -1
View File
@@ -6,7 +6,7 @@
/**
* \file router.h
* \brief Header file for router functions
* \brief Header file for router.c.
**/
#ifndef _TOR_ROUTER_H
+1 -1
View File
@@ -5,7 +5,7 @@
/**
* \file routerlist.h
* \brief Header file for routerlist functions
* \brief Header file for routerlist.c.
**/
#ifndef _TOR_ROUTERLIST_H
+1 -1
View File
@@ -6,7 +6,7 @@
/**
* \file routerpase.h
* \brief Header file for router information parsing.
* \brief Header file for routerparse.c.
**/
#ifndef _TOR_ROUTERPARSE_H