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/math/fp.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/lib/math/fp.c') diff --git a/src/lib/math/fp.c b/src/lib/math/fp.c index d1c4428251..d5989db637 100644 --- a/src/lib/math/fp.c +++ b/src/lib/math/fp.c @@ -3,6 +3,12 @@ * Copyright (c) 2007-2018, The Tor Project, Inc. */ /* See LICENSE for licensing information */ +/** + * \file fp.c + * + * \brief Basic floating-point compatibility and convenience code. + **/ + #include "orconfig.h" #include "lib/math/fp.h" -- cgit v1.2.3-54-g00ecf