summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2006-05-13 19:49:17 +0000
committerMarcus Meissner <marcus@jet.franken.de>2006-05-13 19:49:17 +0000
commit17467126db41b149a92cd5bed2cdab07247fbd8f (patch)
tree5d6f88e50fd84384664f41d94557fd6d02fd9aec
parentda442f8203a9c4a9b1c23697951fb635f31a2cf5 (diff)
downloadlibgphoto2-17467126db41b149a92cd5bed2cdab07247fbd8f.tar.gz
fixed gtk-doc generation in 2.2 branch
git-svn-id: https://svn.code.sf.net/p/gphoto/code/branches/libgphoto2-2_2/libgphoto2@8791 67ed7778-7388-44ab-90cf-0a291f65f57c
-rw-r--r--libgphoto2_port/libgphoto2_port/gphoto2-port-info-list.c3
1 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 6574e805c..e5dd58a98 100644
--- a/libgphoto2_port/libgphoto2_port/gphoto2-port-info-list.c
+++ b/libgphoto2_port/libgphoto2_port/gphoto2-port-info-list.c
@@ -68,7 +68,8 @@ struct _GPPortInfoList {
#define CHECK_NULL(x) {if (!(x)) return (GP_ERROR_BAD_PARAMETERS);}
#define CR(x) {int r=(x);if (r<0) return (r);}
-/** IOLIBDIR_ENV:
+/**
+ * IOLIBDIR_ENV:
*
* Name of the environment variable which may contain the path where
* to look for the IO libs. If this environment variable is not defined,