@@ -108,7 +108,6 @@ namespace lsp
108108 /* *
109109 * Wrap input stream with parser
110110 * @param os output stream
111- * @param version JSON version
112111 * @param flags wrapping flags
113112 * @param charset character set
114113 * @return status of operation
@@ -124,15 +123,13 @@ namespace lsp
124123 public:
125124 /* *
126125 * Write comment to the output stream
127- * @param key key
128126 * @param v comment
129127 * @return status of operation
130128 */
131129 virtual status_t write_comment (const LSPString *v);
132130
133131 /* *
134132 * Write comment to the output stream
135- * @param key key
136133 * @param v UTF-8 encoded comment
137134 * @return status of operation
138135 */
@@ -157,7 +154,7 @@ namespace lsp
157154 /* *
158155 * Write 32-bit signed integer to the output stream
159156 * @param key key
160- * @param v value
157+ * @param value value
161158 * @param flags value flags
162159 * @return status of operation
163160 */
@@ -167,7 +164,7 @@ namespace lsp
167164 /* *
168165 * Write 32-bit unsigned integer to the output stream
169166 * @param key key
170- * @param v value
167+ * @param value value
171168 * @param flags value flags
172169 * @return status of operation
173170 */
@@ -177,7 +174,7 @@ namespace lsp
177174 /* *
178175 * Write 32-bit floating-point to the output stream
179176 * @param key key
180- * @param v value
177+ * @param value value
181178 * @param flags value flags
182179 * @return status of operation
183180 */
@@ -187,7 +184,7 @@ namespace lsp
187184 /* *
188185 * Write 64-bit signed integer to the output stream
189186 * @param key key
190- * @param v value
187+ * @param value value
191188 * @param flags value flags
192189 * @return status of operation
193190 */
@@ -197,7 +194,7 @@ namespace lsp
197194 /* *
198195 * Write 64-bit unsigned integer to the output stream
199196 * @param key key
200- * @param v value
197+ * @param value value
201198 * @param flags value flags
202199 * @return status of operation
203200 */
@@ -207,7 +204,7 @@ namespace lsp
207204 /* *
208205 * Write 64-bit floating-point to the output stream
209206 * @param key key
210- * @param v value
207+ * @param value value
211208 * @param flags value flags
212209 * @return status of operation
213210 */
@@ -217,7 +214,7 @@ namespace lsp
217214 /* *
218215 * Write boolean value to the output stream
219216 * @param key key
220- * @param v value
217+ * @param value value
221218 * @param flags value flags
222219 * @return status of operation
223220 */
0 commit comments