diff options
Diffstat (limited to 'src/lib/intmath/bits.h')
-rw-r--r-- | src/lib/intmath/bits.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lib/intmath/bits.h b/src/lib/intmath/bits.h index 70f855089c..80eebe9358 100644 --- a/src/lib/intmath/bits.h +++ b/src/lib/intmath/bits.h @@ -3,6 +3,12 @@ * Copyright (c) 2007-2018, The Tor Project, Inc. */ /* See LICENSE for licensing information */ +/** + * \file bits.h + * + * \brief Header for bits.c + **/ + #ifndef TOR_INTMATH_BITS_H #define TOR_INTMATH_BITS_H |