[vala] Symbol: fix docs for owner and scope
- From: Ben Iofel <beniofel src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala] Symbol: fix docs for owner and scope
- Date: Thu, 28 Jan 2016 00:34:59 +0000 (UTC)
commit 999f928cb90022ab9d8cefc22e2d9a2359b601b9
Author: Ben Iofel <iofelben gmail com>
Date: Wed Jan 27 19:33:23 2016 -0500
Symbol: fix docs for owner and scope
vala/valasymbol.vala | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/vala/valasymbol.vala b/vala/valasymbol.vala
index cc92116..18df74a 100644
--- a/vala/valasymbol.vala
+++ b/vala/valasymbol.vala
@@ -40,7 +40,7 @@ public abstract class Vala.Symbol : CodeNode {
}
/**
- * The scope this symbol opens.
+ * The scope this symbol is a part of
*/
public weak Scope owner {
get {
@@ -180,6 +180,9 @@ public abstract class Vala.Symbol : CodeNode {
return false;
}
+ /**
+ * The scope this symbol opens.
+ */
public Scope scope {
get { return _scope; }
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]