summaryrefslogtreecommitdiff
path: root/libgphoto2_port/libgphoto2_port
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2007-05-23 20:40:48 +0000
committerMarcus Meissner <marcus@jet.franken.de>2007-05-23 20:40:48 +0000
commit962fadb841cfe866969dc329fadd109276128bc7 (patch)
treef4ed4d0a2989d7d00eade25bb5f10cb3f49e09b0 /libgphoto2_port/libgphoto2_port
parent6ebdbdf9de75ec4f8145c9c758a0b59b9a4c8b60 (diff)
downloadlibgphoto2-962fadb841cfe866969dc329fadd109276128bc7.tar.gz
some doxygen markup
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@10292 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'libgphoto2_port/libgphoto2_port')
-rw-r--r--libgphoto2_port/libgphoto2_port/gphoto2-port.c22
1 files changed, 12 insertions, 10 deletions
diff --git a/libgphoto2_port/libgphoto2_port/gphoto2-port.c b/libgphoto2_port/libgphoto2_port/gphoto2-port.c
index 98c56afc6..6c68c221a 100644
--- a/libgphoto2_port/libgphoto2_port/gphoto2-port.c
+++ b/libgphoto2_port/libgphoto2_port/gphoto2-port.c
@@ -1,19 +1,22 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
/** \file
*
- * Copyright © 2001 Lutz Müller <lutz@users.sf.net>
- * Copyright © 1999 Scott Fritzinger <scottf@unr.edu>
+ * \author Copyright 2001 Lutz Müller <lutz@users.sf.net>
+ * \author Copyright 1999 Scott Fritzinger <scottf@unr.edu>
*
+ * \par License
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
+ * \par
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
+ * \par
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
@@ -55,8 +58,6 @@
#define CHECK_INIT(p) {if (!(p)->pc->ops) {gp_port_set_error ((p), _("The port has not yet been initialized")); return (GP_ERROR_BAD_PARAMETERS);}}
/**
- * GPPortPrivateCore:
- *
* This structure contains private data.
**/
struct _GPPortPrivateCore {
@@ -126,14 +127,15 @@ gp_port_exit (GPPort *port)
}
/**
- * gp_port_set_info:
- * @port: a #GPPort
- * @info: the #GPPortInfo
+ * \brief Configure a port
*
- * Makes a @port functional. After calling this function, you can
- * access the port using for example #gp_port_open.
+ * Makes a port functional. After calling this function, you can
+ * access the port using for example gp_port_open().
+ *
+ * \param port a GPPort
+ * \param info the GPPortInfo to set
*
- * Return value: a gphoto2 error code
+ * \return a gphoto2 error code
**/
int
gp_port_set_info (GPPort *port, GPPortInfo info)