summaryrefslogtreecommitdiff
path: root/gphoto2/gphoto2-list.h
diff options
context:
space:
mode:
Diffstat (limited to 'gphoto2/gphoto2-list.h')
-rw-r--r--gphoto2/gphoto2-list.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/gphoto2/gphoto2-list.h b/gphoto2/gphoto2-list.h
index 7dc6f9506..70944d7ef 100644
--- a/gphoto2/gphoto2-list.h
+++ b/gphoto2/gphoto2-list.h
@@ -11,10 +11,10 @@
* version 2 of the License, or (at your option) any later version.
*
* \note
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * 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.
+ * Lesser General Public License for more details.
*
* \note
* You should have received a copy of the GNU Lesser General Public
@@ -30,13 +30,13 @@
extern "C" {
#endif /* __cplusplus */
-/**
+/**
* \brief A generic list
- *
+ *
* This structure provides a list with \a name:value pairs that is used in various
* parts of libgphoto2. Its details are internal, please use the
* gp_list_xxx accessor functions.
- *
+ *
* Usage pattern for CameraList for users external of
* libgphoto2, such as libgphoto2 frontends:
*
@@ -57,7 +57,7 @@ extern "C" {
* \code
* CameraList foo; // DO NOT DO THIS
* \endcode
- *
+ *
* Please do NOT directly access the structure members like this:
* \code
* list->entry[i].name // DO NOT DO THIS