summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2023-03-17 10:41:43 +0100
committerOndrej Holy <oholy@redhat.com>2023-03-29 13:43:10 +0000
commitfbbfa749bdc3afc0bb4f738c21dc9658d7462556 (patch)
tree3b36f0f2b8e2d67f8aca769d2f4def997dc72f69
parentf21aab4ea3675e47c74d905eaba457f5fb3cfbff (diff)
downloadnautilus-fbbfa749bdc3afc0bb4f738c21dc9658d7462556.tar.gz
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.
-rw-r--r--libnautilus-extension/nautilus-column.h1
1 files changed, 0 insertions, 1 deletions
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