src/cx/properties.h

changeset 1193
cfa44f3f5e3b
parent 1180
4c3a69b9723a
equal deleted inserted replaced
1192:1f69336faa63 1193:cfa44f3f5e3b
57 * This is '=' by default. 57 * This is '=' by default.
58 */ 58 */
59 char delimiter; 59 char delimiter;
60 60
61 /** 61 /**
62 * The first comment character.
63 * This is '#' by default.
64 */
65 char comment1;
66
67 /**
68 * The second comment character.
69 * This is not set by default.
70 */
71 char comment2;
72
73 /**
74 * The third comment character.
75 * This is not set by default.
76 */
77 char comment3;
78
79 /*
62 * The character, when appearing at the end of a line, continues that line. 80 * The character, when appearing at the end of a line, continues that line.
63 * This is '\' by default. 81 * This is '\' by default.
64 */ 82 */
65 // char continuation; // TODO: line continuation in properties 83 /**
66 84 * Reserved for future use.
67 /** 85 */
68 * The first comment character. 86 char continuation;
69 * This is '#' by default.
70 */
71 char comment1;
72
73 /**
74 * The second comment character.
75 * This is not set by default.
76 */
77 char comment2;
78
79 /**
80 * The third comment character.
81 * This is not set by default.
82 */
83 char comment3;
84 }; 87 };
85 88
86 /** 89 /**
87 * Typedef for the properties config. 90 * Typedef for the properties config.
88 */ 91 */

mercurial