summaryrefslogtreecommitdiff
path: root/libgphoto2_port/libgphoto2_port
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2007-05-24 21:21:06 +0000
committerMarcus Meissner <marcus@jet.franken.de>2007-05-24 21:21:06 +0000
commit866449dfc6856877efdd1679e08fa98b47959bf5 (patch)
tree07c7c89f3adca9822d44c0bd9713f1b61cb65b79 /libgphoto2_port/libgphoto2_port
parent5e0b33bc7852a1fd4e49fb5bb2d1a56459e1a297 (diff)
downloadlibgphoto2-866449dfc6856877efdd1679e08fa98b47959bf5.tar.gz
marked up as internal
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@10306 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'libgphoto2_port/libgphoto2_port')
-rw-r--r--libgphoto2_port/libgphoto2_port/gphoto2-port-info-list.c2
-rw-r--r--libgphoto2_port/libgphoto2_port/gphoto2-port.c1
2 files changed, 2 insertions, 1 deletions
diff --git a/libgphoto2_port/libgphoto2_port/gphoto2-port-info-list.c b/libgphoto2_port/libgphoto2_port/gphoto2-port-info-list.c
index 1e405fb71..6fd9c7cd7 100644
--- a/libgphoto2_port/libgphoto2_port/gphoto2-port-info-list.c
+++ b/libgphoto2_port/libgphoto2_port/gphoto2-port-info-list.c
@@ -57,7 +57,7 @@
#endif
/**
- * GPPortInfoList:
+ * \internal GPPortInfoList:
*
* The internals of this list are private.
**/
diff --git a/libgphoto2_port/libgphoto2_port/gphoto2-port.c b/libgphoto2_port/libgphoto2_port/gphoto2-port.c
index 4b3988a72..d8b862161 100644
--- a/libgphoto2_port/libgphoto2_port/gphoto2-port.c
+++ b/libgphoto2_port/libgphoto2_port/gphoto2-port.c
@@ -58,6 +58,7 @@
#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);}}
/**
+ * \internal
* This structure contains private data.
**/
struct _GPPortPrivateCore {