summaryrefslogtreecommitdiff
path: root/libgphoto2/gphoto2-result.c
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2007-05-26 16:53:06 +0000
committerMarcus Meissner <marcus@jet.franken.de>2007-05-26 16:53:06 +0000
commit4fd0de38a3c7bb195cc0d2af68798b632d38b0aa (patch)
treebe617e879011fc7f5210a0b146814b116a740c80 /libgphoto2/gphoto2-result.c
parente5855b841647ed9afff0a8b35f0edbf7c9d55ec5 (diff)
downloadlibgphoto2-4fd0de38a3c7bb195cc0d2af68798b632d38b0aa.tar.gz
doxygenified
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@10328 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'libgphoto2/gphoto2-result.c')
-rw-r--r--libgphoto2/gphoto2-result.c11
1 files changed, 7 insertions, 4 deletions
diff --git a/libgphoto2/gphoto2-result.c b/libgphoto2/gphoto2-result.c
index 2cd9ad572..42e6310dd 100644
--- a/libgphoto2/gphoto2-result.c
+++ b/libgphoto2/gphoto2-result.c
@@ -1,17 +1,20 @@
/** \file
*
- * Copyright 2000 Scott Fritzinger
+ * \author Copyright 2000 Scott Fritzinger
*
+ * \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,
@@ -56,14 +59,14 @@ static struct {
};
/**
- * gp_result_as_string:
- * @result: a gphoto2 error code
+ * \brief Translate a gphoto error code into a localized string
+ * \param result a gphoto2 error code
*
* Translates a gphoto2 error code into a human readable string. If the
* error occurred in combination with a camera,
* #gp_camera_get_result_as_string should be used instead.
*
- * Return value: A string representation of a gphoto2 error code
+ * \return A string representation of a gphoto2 error code
**/
const char *
gp_result_as_string (int result)