Convert TODOs and FIXMEs to Doxygen style
[geeqie.git] / src / filefilter.c
index 88d4d37..d067911 100644 (file)
@@ -450,7 +450,7 @@ static const gchar *filter_name_find(GList *filter, const gchar *name)
 
                if (ln >= lf)
                        {
-                       /* FIXME: utf8 */
+                       /** @FIXME utf8 */
                        if (g_ascii_strncasecmp(name + ln - lf, filter, lf) == 0) return name + ln - lf;
                        }
                work = work->next;