summaryrefslogtreecommitdiff
path: root/libgphoto2_port/libgphoto2_port
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2007-05-24 21:19:36 +0000
committerMarcus Meissner <marcus@jet.franken.de>2007-05-24 21:19:36 +0000
commit5e0b33bc7852a1fd4e49fb5bb2d1a56459e1a297 (patch)
tree20221d17ae78998da7da7a6990cb640b4a82ead9 /libgphoto2_port/libgphoto2_port
parente059532125750fa3cb8f7a75d2aab3fedd273daa (diff)
downloadlibgphoto2-5e0b33bc7852a1fd4e49fb5bb2d1a56459e1a297.tar.gz
marked up for doxygen
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@10305 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'libgphoto2_port/libgphoto2_port')
-rw-r--r--libgphoto2_port/libgphoto2_port/gphoto2-port.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/libgphoto2_port/libgphoto2_port/gphoto2-port.c b/libgphoto2_port/libgphoto2_port/gphoto2-port.c
index 60b69623d..4b3988a72 100644
--- a/libgphoto2_port/libgphoto2_port/gphoto2-port.c
+++ b/libgphoto2_port/libgphoto2_port/gphoto2-port.c
@@ -235,13 +235,13 @@ gp_port_get_info (GPPort *port, GPPortInfo *info)
}
/**
- * gp_port_open:
- * @port: a #GPPort
+ * \brief Open a port.
+ * \param port a #GPPort
*
* Opens a port which should have been created with #gp_port_new and
* configured with #gp_port_set_info and #gp_port_set_settings
*
- * Return value: a gphoto2 error code
+ * \return a gphoto2 error code
**/
int
gp_port_open (GPPort *port)
@@ -260,13 +260,13 @@ gp_port_open (GPPort *port)
}
/**
- * gp_port_close:
- * @port: a #GPPort
+ * \brief Close a port.
+ * \param port a #GPPort
*
* Closes a @port temporarily. It can afterwards be reopened using
* #gp_port_open.
*
- * Return value: a gphoto2 error code
+ * \return a gphoto2 error code
**/
int
gp_port_close (GPPort *port)
@@ -283,12 +283,12 @@ gp_port_close (GPPort *port)
}
/**
- * gp_port_free:
- * @port: a #GPPort
+ * \brief Free the port structure
+ * \param port a #GPPort
*
* Closes the @port and frees the memory.
*
- * Return value: a gphoto2 error code
+ * \return a gphoto2 error code
**/
int
gp_port_free (GPPort *port)