summaryrefslogtreecommitdiff
path: root/src/Fl_Tree_Item.cxx
diff options
context:
space:
mode:
authorGreg Ercolano <erco@seriss.com>2015-04-13 17:00:26 +0000
committerGreg Ercolano <erco@seriss.com>2015-04-13 17:00:26 +0000
commitf722272921481dc17c05a3fda933a86435ced0e1 (patch)
tree61a3b9980104a9def50127cab26e88264c4e5619 /src/Fl_Tree_Item.cxx
parent1f7eb7bc4e2774ac64b7e30c61ff629be05fe320 (diff)
Small doc fixes as recommended by Albrecht,
who is currently proofreading the Fl_Tree docs/code. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10700 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Tree_Item.cxx')
-rw-r--r--src/Fl_Tree_Item.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Fl_Tree_Item.cxx b/src/Fl_Tree_Item.cxx
index 17b33d85c..a5e30cd96 100644
--- a/src/Fl_Tree_Item.cxx
+++ b/src/Fl_Tree_Item.cxx
@@ -476,7 +476,7 @@ Fl_Tree_Item* Fl_Tree_Item::deparent(int pos) {
///
/// \returns
/// - 0: on success
-/// - -1: on error (e.g. if \p 'pos' out of range)
+/// - -1: on error (e.g. if \p 'pos' out of range) with no changes made.
///
int Fl_Tree_Item::reparent(Fl_Tree_Item *newchild, int pos) {
int ret;
@@ -485,7 +485,7 @@ int Fl_Tree_Item::reparent(Fl_Tree_Item *newchild, int pos) {
return 0;
}
-/// Move the item 'to' to sibling position of 'from'.
+/// Move the item 'from' to sibling position of 'to'.
///
/// \returns
/// - 0: Success