Convert TODOs and FIXMEs to Doxygen style
[geeqie.git] / src / lua.c
index 916d9c0..384037f 100644 (file)
--- a/src/lua.c
+++ b/src/lua.c
@@ -280,7 +280,7 @@ gchar *lua_callvalue(FileData *fd, const gchar *file, const gchar *function)
                }
        else
                {
-               /* FIXME: what is the correct way to find the scripts folder? */
+               /** @FIXME what is the correct way to find the scripts folder? */
                ok = access(g_build_filename("/usr/local/lib", GQ_APPNAME_LC, file, NULL), R_OK);
                if (ok == 0)
                        {