mirror of
https://github.com/json-c/json-c.git
synced 2026-03-29 18:09:07 +08:00
Add a brief overview of each file to the docs.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user