Skip to content

Commit d98f261

Browse files
committed
Fix parameter documentation.
1 parent 342016c commit d98f261

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/gpuarray/buffer.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ GPUARRAY_PUBLIC int gpucontext_props_set_single_stream(gpucontext_props *p);
170170
* shared drives.
171171
*
172172
* \param p properties object
173+
* \param path desired location of the kernel cache
173174
*
174175
* \returns GA_NO_ERROR or an error code if an error occurred.
175176
*/
@@ -214,8 +215,6 @@ GPUARRAY_PUBLIC void gpucontext_props_del(gpucontext_props *p);
214215
*
215216
* \param res a pointer to a location that will be allocated
216217
* \param name the backend name.
217-
* \param dev the device number. The precise meaning of the device
218-
* number is backend-dependent
219218
* \param props a properties object for the context. Can be NULL for
220219
* defaults.
221220
*

0 commit comments

Comments
 (0)