@elextr commented on this pull request.
@@ -69,6 +69,8 @@ typedef struct GeanyInterfacePrefs
gboolean compiler_tab_autoscroll; gint msgwin_orientation; /**< orientation of the message window */ gint symbols_sort_mode; /**< symbol list sorting mode */ + /**< whether to show a warning when closing and saving a project to open a new one */
You didn't look carefully enough :grin:, those lines have no `<` after the `/**` so they apply to the following member instead.