add missing documentation for struct cx_properties_config_s

Fri, 20 Dec 2024 16:56:20 +0100

author
Mike Becker <universe@uap-core.de>
date
Fri, 20 Dec 2024 16:56:20 +0100
changeset 1036
6d29532a76c3
parent 1035
9b6ded88d7a0
child 1037
83620ba72cc1

add missing documentation for struct cx_properties_config_s

src/cx/properties.h file | annotate | diff | comparison | revisions
--- a/src/cx/properties.h	Fri Dec 20 16:55:23 2024 +0100
+++ b/src/cx/properties.h	Fri Dec 20 16:56:20 2024 +0100
@@ -48,6 +48,9 @@
 extern "C" {
 #endif
 
+/**
+ * Configures the expected characters for the properties parser.
+ */
 struct cx_properties_config_s {
     /**
      * The key/value delimiter that shall be used.

mercurial