From 978527fe2bd022a69397a542254126dfc5945ec3 Mon Sep 17 00:00:00 2001 From: Colin Clark Date: Wed, 9 Mar 2022 09:03:42 +0000 Subject: [PATCH] Minor documentation change Incorrect doxygen command in lua.c --- src/lua.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lua.c b/src/lua.c index cb0eb650..1ee99921 100644 --- 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 :get_datum() @endlink */ -- 2.20.1