File-level documentation for some of src/lib.

This commit is contained in:
Nick Mathewson
2018-07-01 20:22:55 -04:00
parent 83a4946e7b
commit cb1a3674eb
74 changed files with 463 additions and 15 deletions
+6
View File
@@ -4,6 +4,12 @@
* Copyright (c) 2007-2018, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/**
* \file cstring.c
*
* \brief Decode data that has been written as a C literal.
**/
#include "lib/encoding/cstring.h"
#include "lib/log/torlog.h"
#include "lib/log/util_bug.h"