From b8e97d7c28ad6f168e9314dab3c7651365b1c71c Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sat, 23 Jun 2018 20:50:22 +0000 Subject: Doxygen only: fixed all block comments starting with an asterisk to space-only, fixed doxygen keywords prepended with @ to use a backward slash instead. No code was changed. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12970 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Tree.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/Fl_Tree.cxx') diff --git a/src/Fl_Tree.cxx b/src/Fl_Tree.cxx index f8a42bf80..115683390 100644 --- a/src/Fl_Tree.cxx +++ b/src/Fl_Tree.cxx @@ -2570,10 +2570,10 @@ Fl_Tree_Reason Fl_Tree::callback_reason() const { } /** - * Read a preferences database into the tree widget. - * A preferences database is a hierarchical collection of data which can be - * directly loaded into the tree view for inspection. - * \param[in] prefs the Fl_Preferences database + Read a preferences database into the tree widget. + A preferences database is a hierarchical collection of data which can be + directly loaded into the tree view for inspection. + \param[in] prefs the Fl_Preferences database */ void Fl_Tree::load(Fl_Preferences &prefs) { int i, j, n, pn = (int) strlen(prefs.path()); -- cgit v1.2.3