From fbbfa749bdc3afc0bb4f738c21dc9658d7462556 Mon Sep 17 00:00:00 2001 From: Ondrej Holy Date: Fri, 17 Mar 2023 10:41:43 +0100 Subject: column: Remove extra newline from documentation comment Currently, the `Nautilus: "@name" parameter unexpected at this location` warning is shown during build. This is caused by the extra newline character in the documentation comment for the `nautilus_column_new` function. Let's remove this extra newline character to get rid of that warning. --- libnautilus-extension/nautilus-column.h | 1 - 1 file changed, 1 deletion(-) diff --git a/libnautilus-extension/nautilus-column.h b/libnautilus-extension/nautilus-column.h index abcc4510d..5aba20c77 100644 --- a/libnautilus-extension/nautilus-column.h +++ b/libnautilus-extension/nautilus-column.h @@ -49,7 +49,6 @@ G_DECLARE_FINAL_TYPE (NautilusColumn, nautilus_column, NAUTILUS, COLUMN, GObject /** * nautilus_column_new: - * * @name: (not nullable): identifier of the column * @attribute: (not nullable): the file attribute to be displayed in the column * @label: (not nullable): the user-visible label for the column -- cgit v1.2.1