diff options
Diffstat (limited to 'src/lib/intmath/logic.h')
-rw-r--r-- | src/lib/intmath/logic.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lib/intmath/logic.h b/src/lib/intmath/logic.h index 0510a621dc..b3eabc652e 100644 --- a/src/lib/intmath/logic.h +++ b/src/lib/intmath/logic.h @@ -3,6 +3,12 @@ * Copyright (c) 2007-2018, The Tor Project, Inc. */ /* See LICENSE for licensing information */ +/** + * \file logic.h + * + * \brief Macros for comparing the boolean value of integers. + **/ + #ifndef HAVE_TOR_LOGIC_H #define HAVE_TOR_LOGIC_H |