summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHubert Figuière <hub@figuiere.net>2024-01-21 17:11:31 -0500
committerHubert Figuière <hub@figuiere.net>2024-01-21 17:11:31 -0500
commite2afebf800c9a7091a46456a6d831225bda37e3b (patch)
treec2e648c72658931dd66ad28bb7f87f7ac9133a9a
parent161d25652ec57f63da48d0ced67472861aef103a (diff)
Small clarification of the API
Signed-off-by: Hubert Figuière <hub@figuiere.net>
-rw-r--r--include/libopenraw/rawfile.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/libopenraw/rawfile.h b/include/libopenraw/rawfile.h
index e0f431d..72f10bd 100644
--- a/include/libopenraw/rawfile.h
+++ b/include/libopenraw/rawfile.h
@@ -1,7 +1,7 @@
/*
* libopenraw - rawfile.h
*
- * Copyright (C) 2007-2020 Hubert Figuière
+ * Copyright (C) 2007-2024 Hubert Figuière
*
* This library is free software: you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
@@ -40,7 +40,8 @@
extern "C" {
#endif
-/** @brief Return a NULL terminated list of extensions that the library supposedly handle.
+/** @brief Return a NULL terminated list of extensions for raw files that the
+ * library supposedly handle. This excludes JPEG.
*
* @return A NULL terminated list. Owned the library.
*/