diff -r 9e50f45f8736 -r f060ecd65575 src/cx/properties.h --- a/src/cx/properties.h Tue Dec 09 18:51:11 2025 +0100 +++ b/src/cx/properties.h Tue Dec 09 18:55:14 2025 +0100 @@ -357,6 +357,9 @@ * The map must either store pointers of type @c char*, or elements of type cxmutstr. * Any other configuration is not supported. * + * @note When the parser finds an error, all successfully parsed keys before the error + * are added to the map nonetheless. + * * @param config the parser config * @param allocator the allocator for the values that will be stored in the map * @param filename (any string) the absolute or relative path to the file @@ -382,6 +385,9 @@ * The map must either store pointers of type @c char*, or elements of type cxmutstr. * Any other configuration is not supported. * + * @note When the parser finds an error, all successfully parsed keys before the error + * are added to the map nonetheless. + * * @param allocator the allocator for the values that will be stored in the map * @param filename (any string) the absolute or relative path to the file * @param target (@c CxMap*) the map where the properties shall be added