summaryrefslogtreecommitdiff
path: root/libvaladoc
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2017-09-06 08:49:53 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2017-09-06 12:20:27 +0200
commit4c7ab04a8a25e814f9a77553a5f1dc43805aec62 (patch)
tree580a10581a33358261c887648d2f63b446130ed5 /libvaladoc
parent09bbbfb62654f4c94b587656c3f3bc278effdd42 (diff)
downloadvala-4c7ab04a8a25e814f9a77553a5f1dc43805aec62.tar.gz
docs: Fix syntax of several documentation blocks
Diffstat (limited to 'libvaladoc')
-rw-r--r--libvaladoc/api/callable.vala2
-rw-r--r--libvaladoc/api/field.vala2
-rw-r--r--libvaladoc/api/formalparameter.vala2
-rw-r--r--libvaladoc/api/property.vala2
4 files changed, 0 insertions, 8 deletions
diff --git a/libvaladoc/api/callable.vala b/libvaladoc/api/callable.vala
index 29d965dd0..8973ad6a2 100644
--- a/libvaladoc/api/callable.vala
+++ b/libvaladoc/api/callable.vala
@@ -29,8 +29,6 @@ using Valadoc;
public interface Valadoc.Api.Callable : Symbol {
/**
* The return type of this symbol.
- *
- * @return The return type of this symbol or null for void
*/
public abstract TypeReference? return_type {
set;
diff --git a/libvaladoc/api/field.vala b/libvaladoc/api/field.vala
index d7a87a24d..2844faa5f 100644
--- a/libvaladoc/api/field.vala
+++ b/libvaladoc/api/field.vala
@@ -50,8 +50,6 @@ public class Valadoc.Api.Field : Member {
/**
* The field type.
- *
- * @return The field type or null for void
*/
public TypeReference? field_type {
set;
diff --git a/libvaladoc/api/formalparameter.vala b/libvaladoc/api/formalparameter.vala
index 58c4c42cd..f22b5bc39 100644
--- a/libvaladoc/api/formalparameter.vala
+++ b/libvaladoc/api/formalparameter.vala
@@ -95,8 +95,6 @@ public class Valadoc.Api.FormalParameter : Symbol {
/**
* The parameter type.
- *
- * @return The parameter type or null for void
*/
public TypeReference? parameter_type {
set;
diff --git a/libvaladoc/api/property.vala b/libvaladoc/api/property.vala
index 235292f20..d981c9027 100644
--- a/libvaladoc/api/property.vala
+++ b/libvaladoc/api/property.vala
@@ -60,8 +60,6 @@ public class Valadoc.Api.Property : Member {
/**
* The property type.
- *
- * @return The property type or null for void
*/
public TypeReference? property_type {
set;