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

@@ -2,6 +2,10 @@
#ifndef _json_c_json_visit_h_
#define _json_c_json_visit_h_
/**
* @file
* @brief Methods for walking a tree of objects.
*/
#include "json_object.h"
typedef int (json_c_visit_userfunc)(json_object *jso, int flags,