Skip to content

Commit

Permalink
Fix some documentation issues.
Browse files Browse the repository at this point in the history
Signed-off-by: Drew Fisher <drew.m.fisher@gmail.com>
  • Loading branch information
zarvox committed Nov 23, 2011
1 parent 5a37f6c commit 25578d6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions include/libfreenect.h
Expand Up @@ -276,7 +276,6 @@ FREENECTAPI int freenect_list_device_attributes(freenect_context *ctx, struct fr
/** /**
* Free the linked list produced by freenect_list_device_attributes(). * Free the linked list produced by freenect_list_device_attributes().
* *
* @param ctx Context from which the list was allocated
* @param attribute_list Linked list of attributes to free. * @param attribute_list Linked list of attributes to free.
*/ */
FREENECTAPI void freenect_free_device_attributes(struct freenect_device_attributes* attribute_list); FREENECTAPI void freenect_free_device_attributes(struct freenect_device_attributes* attribute_list);
Expand Down Expand Up @@ -525,7 +524,7 @@ FREENECTAPI int freenect_get_video_mode_count();
* Get the frame descriptor of the nth supported video mode for the * Get the frame descriptor of the nth supported video mode for the
* video camera. * video camera.
* *
* @param n Which of the supported modes to return information about * @param mode_num Which of the supported modes to return information about
* *
* @return A freenect_frame_mode describing the nth video mode * @return A freenect_frame_mode describing the nth video mode
*/ */
Expand Down Expand Up @@ -577,7 +576,7 @@ FREENECTAPI int freenect_get_depth_mode_count();
* Get the frame descriptor of the nth supported depth mode for the * Get the frame descriptor of the nth supported depth mode for the
* depth camera. * depth camera.
* *
* @param n Which of the supported modes to return information about * @param mode_num Which of the supported modes to return information about
* *
* @return A freenect_frame_mode describing the nth depth mode * @return A freenect_frame_mode describing the nth depth mode
*/ */
Expand Down

0 comments on commit 25578d6

Please sign in to comment.