[libgee/0.6] Fix valadoc documentation
- From: Maciej Marcin Piechotka <mpiechotka src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgee/0.6] Fix valadoc documentation
- Date: Tue, 7 Feb 2012 20:16:34 +0000 (UTC)
commit 09914e7afb268b8c7504e43a432eeeea2ebf249b
Author: Florian Brosch <flo brosch gmail com>
Date: Mon Jan 23 17:42:57 2012 +0100
Fix valadoc documentation
gee/sortedset.vala | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gee/sortedset.vala b/gee/sortedset.vala
index a8058c3..cbec01c 100644
--- a/gee/sortedset.vala
+++ b/gee/sortedset.vala
@@ -99,7 +99,7 @@ public interface Gee.SortedSet<G> : Gee.Set<G> {
* Returns the sub-set of this sorted set containing elements strictly
* lower than the specified element.
*
- * @param from the lower inclusive bound for the sub-set
+ * @param before the lower inclusive bound for the sub-set
*
* @return the corresponding sub-set of this sorted set
*/
@@ -109,7 +109,7 @@ public interface Gee.SortedSet<G> : Gee.Set<G> {
* Returns the sub-set of this sorted set containing elements equal or
* higher than the specified element.
*
- * @param to the higher exclusive bound for the sub-set
+ * @param after the higher exclusive bound for the sub-set
*
* @return the corresponding sub-set of this sorted set
*/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]