From cb1a3674ebb3826d9e1e56146210bd79cb4a42f0 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Sun, 1 Jul 2018 20:22:55 -0400 Subject: File-level documentation for some of src/lib. --- src/lib/cc/torint.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/lib/cc') diff --git a/src/lib/cc/torint.h b/src/lib/cc/torint.h index 55b15402f2..5d536e78b5 100644 --- a/src/lib/cc/torint.h +++ b/src/lib/cc/torint.h @@ -11,6 +11,12 @@ #ifndef TOR_TORINT_H #define TOR_TORINT_H +/** + * \file torint.h + * + * \brief Integer definitions used throughout Tor. + **/ + #include "orconfig.h" #ifdef HAVE_STDINT_H @@ -376,4 +382,3 @@ typedef uint32_t uintptr_t; #define SIZE_T_CEILING ((size_t)(SSIZE_MAX-16)) #endif /* !defined(TOR_TORINT_H) */ - -- cgit v1.2.3-54-g00ecf