@@ -513,7 +513,7 @@ namespace Json {
513
513
Args args_;
514
514
};
515
515
516
- /* * \brief Allocator to customize member name and string value memory management done by Value.
516
+ /* * \brief Experimental do not use: Allocator to customize member name and string value memory management done by Value.
517
517
*
518
518
* - makeMemberName() and releaseMemberName() are called to respectively duplicate and
519
519
* free an Json::objectValue member name.
@@ -785,7 +785,7 @@ namespace Json {
785
785
PageIndex pageCount_;
786
786
};
787
787
788
- /* * \brief Allocator to customize Value internal array.
788
+ /* * \brief Experimental: do not use. Allocator to customize Value internal array.
789
789
* Below is an example of a simple implementation (actual implementation use
790
790
* memory pool).
791
791
\code
@@ -873,7 +873,7 @@ class DefaultValueArrayAllocator : public ValueArrayAllocator
873
873
#endif // #ifdef JSON_VALUE_USE_INTERNAL_MAP
874
874
875
875
876
- /* * \brief Experimental and untested: base class for Value iterators.
876
+ /* * \brief base class for Value iterators.
877
877
*
878
878
*/
879
879
class ValueIteratorBase
@@ -943,7 +943,7 @@ class DefaultValueArrayAllocator : public ValueArrayAllocator
943
943
#endif
944
944
};
945
945
946
- /* * \brief Experimental and untested: const iterator for object and array value.
946
+ /* * \brief const iterator for object and array value.
947
947
*
948
948
*/
949
949
class ValueConstIterator : public ValueIteratorBase
@@ -1002,7 +1002,7 @@ class DefaultValueArrayAllocator : public ValueArrayAllocator
1002
1002
};
1003
1003
1004
1004
1005
- /* * \brief Experimental and untested: iterator for object and array value.
1005
+ /* * \brief Iterator for object and array value.
1006
1006
*/
1007
1007
class ValueIterator : public ValueIteratorBase
1008
1008
{
0 commit comments