Add a brief overview of each file to the docs.

This commit is contained in:
Eric Haszlakiewicz
2017-12-06 00:20:59 -05:00
parent d6d81e6ece
commit f2f103b986
21 changed files with 109 additions and 0 deletions

View File

@@ -1,6 +1,11 @@
#ifndef __snprintf_compat_h
#define __snprintf_compat_h
/**
* @file
* @brief Do not use, json-c internal, may be changed or removed at any time.
*/
/*
* Microsoft's _vsnprintf and _snprint don't always terminate
* the string, so use wrappers that ensure that.