summaryrefslogtreecommitdiff
path: root/libgphoto2_port/libgphoto2_port
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2007-05-23 20:48:48 +0000
committerMarcus Meissner <marcus@jet.franken.de>2007-05-23 20:48:48 +0000
commit65332e402f0644bf874916292b48423e4d0a3cca (patch)
tree479232af4e7cfb0c7d8c502c06024d0932f9779c /libgphoto2_port/libgphoto2_port
parent962fadb841cfe866969dc329fadd109276128bc7 (diff)
downloadlibgphoto2-65332e402f0644bf874916292b48423e4d0a3cca.tar.gz
some more doxygen markup
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@10293 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'libgphoto2_port/libgphoto2_port')
-rw-r--r--libgphoto2_port/libgphoto2_port/gphoto2-port.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/libgphoto2_port/libgphoto2_port/gphoto2-port.c b/libgphoto2_port/libgphoto2_port/gphoto2-port.c
index 6c68c221a..0bec62392 100644
--- a/libgphoto2_port/libgphoto2_port/gphoto2-port.c
+++ b/libgphoto2_port/libgphoto2_port/gphoto2-port.c
@@ -218,13 +218,11 @@ gp_port_set_info (GPPort *port, GPPortInfo info)
}
/**
- * gp_port_get_info:
- * @port: a #GPPort
- * @info: a #GPPortInfo
- *
- * Retreives @info about the port.
+ * \brief Retreives information about the port.
*
- * Return value: a gphoto2 error code
+ * \param port a GPPort
+ * \param info GPPortInfo
+ * \return a gphoto2 error code
**/
int
gp_port_get_info (GPPort *port, GPPortInfo *info)