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/compress/compress_buf.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/lib/compress/compress_buf.c') diff --git a/src/lib/compress/compress_buf.c b/src/lib/compress/compress_buf.c index 4b88772382..63ee9e0102 100644 --- a/src/lib/compress/compress_buf.c +++ b/src/lib/compress/compress_buf.c @@ -3,6 +3,12 @@ * Copyright (c) 2007-2018, The Tor Project, Inc. */ /* See LICENSE for licensing information */ +/** + * \file compress_buf.c + * + * \brief Working with compressed data in buffers. + **/ + #define BUFFERS_PRIVATE #include "lib/cc/compat_compiler.h" #include "lib/container/buffers.h" -- cgit v1.2.3-54-g00ecf