summaryrefslogtreecommitdiff
path: root/gphoto2
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2007-05-31 20:48:01 +0000
committerMarcus Meissner <marcus@jet.franken.de>2007-05-31 20:48:01 +0000
commit755ce924865099ae36f29df5ee9e733382024ba9 (patch)
tree79b0369f72931096e15ab9ace248bc5825a04770 /gphoto2
parent74684b1cd96bae5af8e89b1f7be21c9afede5799 (diff)
downloadlibgphoto2-755ce924865099ae36f29df5ee9e733382024ba9.tar.gz
doxygen markup
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@10341 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'gphoto2')
-rw-r--r--gphoto2/gphoto2-library.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/gphoto2/gphoto2-library.h b/gphoto2/gphoto2-library.h
index 70ce7f1fb..1ffee88aa 100644
--- a/gphoto2/gphoto2-library.h
+++ b/gphoto2/gphoto2-library.h
@@ -33,32 +33,32 @@ extern "C" {
#endif /* __cplusplus */
/**
- * Returns a unique @id for the camera driver.
+ * \brief Returns a unique id for the camera driver.
*
- * @param id a #CameraText
- * @return a gphoto2 error code
+ * \param id a #CameraText
+ * \return a gphoto2 error code
*
**/
typedef int (* CameraLibraryIdFunc) (CameraText *id);
/**
- * Adds the abilities of the supported models to the supplied @list.
+ * \brief Adds the abilities of the supported models to the supplied list.
*
- * @param list a #CameraAbilitiesList
- * @return a gphoto2 error code
+ * \param list a #CameraAbilitiesList
+ * \return a gphoto2 error code
*
**/
typedef int (* CameraLibraryAbilitiesFunc) (CameraAbilitiesList *list);
/**
- * Initializes the camera.
+ * \brief Initializes the camera.
*
- * @param camera a #Camera
- * @param context a #GPContext
- * @return a gphoto2 error code
+ * \param camera a #Camera
+ * \param context a #GPContext
+ * \return a gphoto2 error code
*
* The camera driver will establish a first connection
- * to the camera and configure the @camera variable (i.e. using
+ * to the camera and configure the camera variable (i.e. using
* #gp_filesystem_set_list_funcs or #gp_port_get_settings).
*
**/