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
+6
View File
@@ -3,6 +3,12 @@
* Copyright (c) 2007-2018, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/**
* \file compat_string.c
* \brief Useful string-processing functions that some platforms don't
* provide.
**/
#include "lib/string/compat_string.h"
#include "lib/err/torerr.h"