mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
File-level summary documentation for src/lib/*/*.[ch]
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
/* Copyright (c) 2009-2018, The Tor Project, Inc. */
|
||||
/* See LICENSE for licensing information */
|
||||
|
||||
/**
|
||||
* \file compat_libevent.h
|
||||
* \brief Header for compat_libevent.c
|
||||
**/
|
||||
|
||||
#ifndef TOR_COMPAT_LIBEVENT_H
|
||||
#define TOR_COMPAT_LIBEVENT_H
|
||||
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
/* Copyright (c) 2016-2018, The Tor Project, Inc. */
|
||||
/* See LICENSE for licensing information */
|
||||
|
||||
/**
|
||||
* \file timers.h
|
||||
* \brief Header for timers.c
|
||||
**/
|
||||
|
||||
#ifndef TOR_TIMERS_H
|
||||
#define TOR_TIMERS_H
|
||||
|
||||
@@ -28,4 +33,3 @@ STATIC void timers_run_pending(void);
|
||||
#endif
|
||||
|
||||
#endif /* !defined(TOR_TIMERS_H) */
|
||||
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
/* See LICENSE for licensing information */
|
||||
|
||||
/**
|
||||
* \file token_bucket_rw.h
|
||||
* \brief Headers for token_bucket_rw.c
|
||||
* \file token_bucket.h
|
||||
* \brief Headers for token_bucket.c
|
||||
**/
|
||||
|
||||
#ifndef TOR_TOKEN_BUCKET_H
|
||||
@@ -115,4 +115,3 @@ STATIC uint32_t rate_per_sec_to_rate_per_step(uint32_t rate);
|
||||
#endif
|
||||
|
||||
#endif /* TOR_TOKEN_BUCKET_H */
|
||||
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
/* Copyright (c) 2013-2018, The Tor Project, Inc. */
|
||||
/* See LICENSE for licensing information */
|
||||
|
||||
/**
|
||||
* \file workqueue.h
|
||||
* \brief Header for workqueue.c
|
||||
**/
|
||||
|
||||
#ifndef TOR_WORKQUEUE_H
|
||||
#define TOR_WORKQUEUE_H
|
||||
|
||||
|
||||
Reference in New Issue
Block a user