From f722272921481dc17c05a3fda933a86435ced0e1 Mon Sep 17 00:00:00 2001 From: Greg Ercolano Date: Mon, 13 Apr 2015 17:00:26 +0000 Subject: 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 --- src/Fl_Tree_Item.cxx | 4 ++-- 1 file 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 -- cgit v1.2.3