Minor documentation change
authorColin Clark <colin.clark@cclark.uk>
Wed, 9 Mar 2022 09:03:42 +0000 (09:03 +0000)
committerColin Clark <colin.clark@cclark.uk>
Wed, 9 Mar 2022 09:03:42 +0000 (09:03 +0000)
Incorrect doxygen command in lua.c

src/lua.c

index cb0eb65..1ee9992 100644 (file)
--- a/src/lua.c
+++ b/src/lua.c
@@ -84,7 +84,7 @@ static FileData *lua_check_image(lua_State *L, int index)
 /**
  * @brief Get exif structure of selected image
  * @param L 
- * @returns An @ref ExifData data structure containing the entire exif data
+ * @returns An #ExifData data structure containing the entire exif data
  * 
  * To be used in conjunction with @link lua_exif_get_datum <exif-structure>:get_datum() @endlink
  */