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