summaryrefslogtreecommitdiff
path: root/libgphoto2_port/libgphoto2_port
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <gp@n-dimensional.de>2007-05-21 19:27:43 +0000
committerHans Ulrich Niedermann <gp@n-dimensional.de>2007-05-21 19:27:43 +0000
commit8d689d1390527febbe1f77c4ff2e007c8c21d8c6 (patch)
tree25695f64ebea69f78b33f5bd2521e273b672872a /libgphoto2_port/libgphoto2_port
parentae92f8668700474866d12491e4170fe2deb9bf66 (diff)
downloadlibgphoto2-8d689d1390527febbe1f77c4ff2e007c8c21d8c6.tar.gz
gp_port_new doxygen docs
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@10283 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, 6 insertions, 4 deletions
diff --git a/libgphoto2_port/libgphoto2_port/gphoto2-port.c b/libgphoto2_port/libgphoto2_port/gphoto2-port.c
index ef5d7b40e..98c56afc6 100644
--- a/libgphoto2_port/libgphoto2_port/gphoto2-port.c
+++ b/libgphoto2_port/libgphoto2_port/gphoto2-port.c
@@ -68,14 +68,16 @@ struct _GPPortPrivateCore {
};
/**
- * gp_port_new:
- * @port:
+ * \brief Create new GPPort
*
- * Allocates the memory for a new #GPPort. After you called this function,
+ * Allocate and initialize the memory for a new #GPPort.
+ *
+ * After you called this function,
* you probably want to call #gp_port_set_info in order to make the newly
* created @port functional.
*
- * Return value: a gphoto2 error code
+ * \param port Pointer the #GPPort* pointer
+ * \return a gphoto2 error code
**/
int
gp_port_new (GPPort **port)