summaryrefslogtreecommitdiffstats
path: root/ganv/port.h
diff options
context:
space:
mode:
Diffstat (limited to 'ganv/port.h')
-rw-r--r--ganv/port.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ganv/port.h b/ganv/port.h
index 8c3de24..5052012 100644
--- a/ganv/port.h
+++ b/ganv/port.h
@@ -76,7 +76,9 @@ ganv_port_get_natural_width(const GanvPort* port);
/**
* ganv_port_get_module:
- * Return value: (transfer none): The module @a port is on.
+ * @port: The port.
+ *
+ * Return value: (transfer none): The module @port is on.
*/
GanvModule* ganv_port_get_module(const GanvPort* port);