mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
doxygen markup for common/*.h
svn:r1840
This commit is contained in:
parent
341d6f2cab
commit
5dd9e60231
@ -7,6 +7,11 @@
|
||||
#ifndef __AES_H
|
||||
#define __AES_H
|
||||
|
||||
/**
|
||||
* \file aes.h
|
||||
* \brief Headers for aes.c
|
||||
*/
|
||||
|
||||
#include "../common/torint.h"
|
||||
|
||||
struct aes_cnt_cipher;
|
||||
|
@ -3,7 +3,7 @@
|
||||
/* $Id$ */
|
||||
|
||||
/**
|
||||
* \file crypto.c
|
||||
* \file crypto.h
|
||||
*
|
||||
* \brief Headers for low-level cryptographic functions.
|
||||
**/
|
||||
|
@ -5,6 +5,11 @@
|
||||
#ifndef __FAKEPOLL_H
|
||||
#define __FAKEPOLL_H
|
||||
|
||||
/**
|
||||
* \file fakepoll.h
|
||||
* \brief Headers for fakepoll.c
|
||||
*/
|
||||
|
||||
#include "orconfig.h"
|
||||
|
||||
#define POLL_NO_WARN
|
||||
|
@ -10,6 +10,11 @@
|
||||
|
||||
#ifndef __LOG_H
|
||||
|
||||
/**
|
||||
* \file log.h
|
||||
* \brief Headers for log.c
|
||||
*/
|
||||
|
||||
#ifdef HAVE_SYSLOG_H
|
||||
#include <syslog.h>
|
||||
#define LOG_WARN LOG_WARNING
|
||||
|
@ -5,6 +5,11 @@
|
||||
#ifndef __TEST_H
|
||||
#define __TEST_H
|
||||
|
||||
/**
|
||||
* \file test.h
|
||||
* \brief Headers for test.c
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
|
||||
|
@ -2,16 +2,16 @@
|
||||
/* See LICENSE for licensing information */
|
||||
/* $Id$ */
|
||||
|
||||
/*****
|
||||
* torint.h: Header file to define uint32_t and friends.
|
||||
*****/
|
||||
/**
|
||||
* \file torint.h
|
||||
* \brief Header file to define uint32_t and friends
|
||||
**/
|
||||
|
||||
#ifndef __TORINT_H
|
||||
#define __TORINT_H
|
||||
|
||||
#include "orconfig.h"
|
||||
|
||||
|
||||
#ifdef HAVE_STDINT_H
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
|
@ -5,6 +5,11 @@
|
||||
#ifndef _TORTLS_H
|
||||
#define _TORTLS_H
|
||||
|
||||
/**
|
||||
* \file tortls.h
|
||||
* \brief Headers for tortls.c
|
||||
**/
|
||||
|
||||
#include "../common/crypto.h"
|
||||
|
||||
/* Opaque structure to hold a TLS connection. */
|
||||
|
@ -5,7 +5,7 @@
|
||||
/**
|
||||
* \file util.h
|
||||
* \brief Headers for util.c
|
||||
*/
|
||||
**/
|
||||
|
||||
#ifndef __UTIL_H
|
||||
#define __UTIL_H
|
||||
|
Loading…
Reference in New Issue
Block a user