summaryrefslogtreecommitdiff
path: root/src/Fl_Tree_Prefs.cxx
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2018-06-23 20:50:22 +0000
committerMatthias Melcher <fltk@matthiasm.com>2018-06-23 20:50:22 +0000
commitb8e97d7c28ad6f168e9314dab3c7651365b1c71c (patch)
treeaa722d1eb241aef345b6009fac807f060f82f7c6 /src/Fl_Tree_Prefs.cxx
parentb1598dc70362f331da7a65f1e5ddece7c88299f3 (diff)
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
Diffstat (limited to 'src/Fl_Tree_Prefs.cxx')
-rw-r--r--src/Fl_Tree_Prefs.cxx26
1 files changed, 13 insertions, 13 deletions
diff --git a/src/Fl_Tree_Prefs.cxx b/src/Fl_Tree_Prefs.cxx
index 19519ff0d..de81d3d74 100644
--- a/src/Fl_Tree_Prefs.cxx
+++ b/src/Fl_Tree_Prefs.cxx
@@ -89,9 +89,9 @@ int Fl_Darwin_System_Driver::tree_connector_style() {
/**
- * @cond DriverDev
- * @addtogroup DriverDeveloper
- * @{
+ \cond DriverDev
+ \addtogroup DriverDeveloper
+ \{
*/
const char * const Fl_System_Driver::tree_open_xpm[] = {
@@ -132,14 +132,14 @@ const char * const Fl_System_Driver::tree_close_xpm[] = {
/**
- * Return the address of a pixmap that show a plus in a box.
- *
- * This pixmap is used to indicate a brach of a tree that is closed and
- * can be opened by clicking it.
- *
- * Other platforms may use other symbols which can be reimplemented in the
- * driver. Notably, Apple Mac systems mark a closed branch with a triangle
- * pointing to the right, and an open branch with a triangle pointing down.
+ Return the address of a pixmap that show a plus in a box.
+
+ This pixmap is used to indicate a brach of a tree that is closed and
+ can be opened by clicking it.
+
+ Other platforms may use other symbols which can be reimplemented in the
+ driver. Notably, Apple Mac systems mark a closed branch with a triangle
+ pointing to the right, and an open branch with a triangle pointing down.
*/
Fl_Pixmap *Fl_System_Driver::tree_openpixmap() {
static Fl_Pixmap *pixmap = new Fl_Pixmap(tree_open_xpm);
@@ -156,8 +156,8 @@ int Fl_System_Driver::tree_connector_style() {
}
/**
- * @}
- * @endcond
+ \}
+ \endcond
*/