summaryrefslogtreecommitdiff
path: root/libgphoto2/gphoto2-camera.c
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <gp@n-dimensional.de>2007-09-04 21:01:01 +0000
committerHans Ulrich Niedermann <gp@n-dimensional.de>2007-09-04 21:01:01 +0000
commit0ee6a961c65e9feec71b202024ce3d4f62dd49dd (patch)
treedae54cc769b9ef2123e8f9531847444a5480b597 /libgphoto2/gphoto2-camera.c
parentfcc85ce0821536eeca7e414d21b4da1751bc7134 (diff)
downloadlibgphoto2-0ee6a961c65e9feec71b202024ce3d4f62dd49dd.tar.gz
comment tuning
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@10643 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'libgphoto2/gphoto2-camera.c')
-rw-r--r--libgphoto2/gphoto2-camera.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/libgphoto2/gphoto2-camera.c b/libgphoto2/gphoto2-camera.c
index 65d9ab46a..da11b83c2 100644
--- a/libgphoto2/gphoto2-camera.c
+++ b/libgphoto2/gphoto2-camera.c
@@ -631,11 +631,11 @@ gp_camera_free (Camera *camera)
* @return a gphoto2 error code
*
* Before calling this function, the
- * \c camera should be set up using #gp_camera_set_port_path or
- * #gp_camera_set_port_name and #gp_camera_set_abilities. If that has been
+ * \c camera should be set up using gp_camera_set_port_path() or
+ * gp_camera_set_port_name() and gp_camera_set_abilities(). If that has been
* omitted, gphoto2 tries to autodetect any cameras and chooses the first one
* if any cameras are found. It is generally a good idea to call
- * #gp_camera_exit after transactions have been completed in order to give
+ * gp_camera_exit() after transactions have been completed in order to give
* other applications the chance to access the camera, too.
*
*/
@@ -981,8 +981,8 @@ gp_camera_capture (Camera *camera, CameraCaptureType type,
* @param context a #GPContext
* @return a gphoto2 error code
*
- * For example, you could use #gp_capture_preview for taking some sample
- * pictures before calling #gp_capture.
+ * For example, you could use gp_capture_preview() for taking some sample
+ * pictures before calling gp_capture().
*
**/
int