From d6d81e6ece30def7a3977d191f70dcd80bc29b1b Mon Sep 17 00:00:00 2001 From: Eric Haszlakiewicz Date: Tue, 5 Dec 2017 18:25:03 -0500 Subject: Adjust the description of json_object_iterator a bit. --- json_object_iterator.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'json_object_iterator.c') diff --git a/json_object_iterator.c b/json_object_iterator.c index 7c2a25b..f8d69ab 100644 --- a/json_object_iterator.c +++ b/json_object_iterator.c @@ -7,11 +7,6 @@ * This library is free software; you can redistribute it and/or modify * it under the terms of the MIT license. See COPYING for details. * -* @brief json-c forces clients to use its private data -* structures for JSON Object iteration. This API -* implementation corrects that by abstracting the -* private json-c details. -* ******************************************************************************* */ -- cgit v1.2.1