Skip to content

Commit 25578d6

Browse files
committed
Fix some documentation issues.
Signed-off-by: Drew Fisher <[email protected]>
1 parent 5a37f6c commit 25578d6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

include/libfreenect.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,6 @@ FREENECTAPI int freenect_list_device_attributes(freenect_context *ctx, struct fr
276276
/**
277277
* Free the linked list produced by freenect_list_device_attributes().
278278
*
279-
* @param ctx Context from which the list was allocated
280279
* @param attribute_list Linked list of attributes to free.
281280
*/
282281
FREENECTAPI void freenect_free_device_attributes(struct freenect_device_attributes* attribute_list);
@@ -525,7 +524,7 @@ FREENECTAPI int freenect_get_video_mode_count();
525524
* Get the frame descriptor of the nth supported video mode for the
526525
* video camera.
527526
*
528-
* @param n Which of the supported modes to return information about
527+
* @param mode_num Which of the supported modes to return information about
529528
*
530529
* @return A freenect_frame_mode describing the nth video mode
531530
*/
@@ -577,7 +576,7 @@ FREENECTAPI int freenect_get_depth_mode_count();
577576
* Get the frame descriptor of the nth supported depth mode for the
578577
* depth camera.
579578
*
580-
* @param n Which of the supported modes to return information about
579+
* @param mode_num Which of the supported modes to return information about
581580
*
582581
* @return A freenect_frame_mode describing the nth depth mode
583582
*/

0 commit comments

Comments
 (0)