File-level summary documentation for src/lib/*/*.[ch]

This commit is contained in:
Nick Mathewson
2018-07-10 12:22:01 -04:00
parent 4793d91350
commit 4f42c923d6
84 changed files with 428 additions and 27 deletions
+5
View File
@@ -3,6 +3,11 @@
* Copyright (c) 2007-2018, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/**
* \file util_string.c
* \brief Non-standard string functions used throughout Tor.
**/
#include "lib/string/util_string.h"
#include "lib/string/compat_ctype.h"
#include "lib/err/torerr.h"