From: Colin Clark Date: Wed, 9 Mar 2022 09:03:42 +0000 (+0000) Subject: Minor documentation change X-Git-Tag: gtk2final~39 X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=commitdiff_plain;h=978527fe2bd022a69397a542254126dfc5945ec3 Minor documentation change Incorrect doxygen command in lua.c --- 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 */