File-level summary documentation for src/lib/*/*.[ch]

This commit is contained in:
Nick Mathewson
2018-07-10 12:22:01 -04:00
parent 4793d91350
commit 4f42c923d6
84 changed files with 428 additions and 27 deletions
+5
View File
@@ -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
+5 -1
View File
@@ -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 -3
View File
@@ -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 */
+5
View File
@@ -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