diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2018-06-23 20:50:22 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2018-06-23 20:50:22 +0000 |
| commit | b8e97d7c28ad6f168e9314dab3c7651365b1c71c (patch) | |
| tree | aa722d1eb241aef345b6009fac807f060f82f7c6 /fluid | |
| parent | b1598dc70362f331da7a65f1e5ddece7c88299f3 (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 'fluid')
| -rw-r--r-- | fluid/Fl_Function_Type.cxx | 4 | ||||
| -rw-r--r-- | fluid/Fl_Group_Type.cxx | 2 | ||||
| -rw-r--r-- | fluid/Fl_Type.h | 2 | ||||
| -rw-r--r-- | fluid/Fl_Widget_Type.cxx | 2 | ||||
| -rw-r--r-- | fluid/Fl_Window_Type.cxx | 2 | ||||
| -rw-r--r-- | fluid/align_widget.cxx | 6 |
6 files changed, 9 insertions, 9 deletions
diff --git a/fluid/Fl_Function_Type.cxx b/fluid/Fl_Function_Type.cxx index 97d6485d2..cf193dc48 100644 --- a/fluid/Fl_Function_Type.cxx +++ b/fluid/Fl_Function_Type.cxx @@ -1315,7 +1315,7 @@ const char* Fl_Type::class_name(const int need_nest) const { } /** - * If this Type resides inside a class, this function returns the class type, or null. + If this Type resides inside a class, this function returns the class type, or null. */ const Fl_Class_Type *Fl_Type::is_in_class() const { Fl_Type* p = parent; @@ -1479,7 +1479,7 @@ void Fl_Class_Type::write_code2() { } /** - * Return 1 if this class contains a function with the given signature. + Return 1 if this class contains a function with the given signature. */ int Fl_Class_Type::has_function(const char *rtype, const char *sig) const { Fl_Type *child; diff --git a/fluid/Fl_Group_Type.cxx b/fluid/Fl_Group_Type.cxx index a21ff6849..30c5007dd 100644 --- a/fluid/Fl_Group_Type.cxx +++ b/fluid/Fl_Group_Type.cxx @@ -379,7 +379,7 @@ void Fl_Group_Type::leave_live_mode() { } /** - * copy all properties from the edit widget to the live widget + copy all properties from the edit widget to the live widget */ void Fl_Group_Type::copy_properties() { Fl_Widget_Type::copy_properties(); diff --git a/fluid/Fl_Type.h b/fluid/Fl_Type.h index 6d7bd5eac..e241d197c 100644 --- a/fluid/Fl_Type.h +++ b/fluid/Fl_Type.h @@ -890,7 +890,7 @@ extern int include_H_from_C; extern int use_FL_COMMAND; /* - * This class is needed for additional command line plugins. + This class is needed for additional command line plugins. */ class Fl_Commandline_Plugin : public Fl_Plugin { public: diff --git a/fluid/Fl_Widget_Type.cxx b/fluid/Fl_Widget_Type.cxx index 5552a256e..426bef90c 100644 --- a/fluid/Fl_Widget_Type.cxx +++ b/fluid/Fl_Widget_Type.cxx @@ -2809,7 +2809,7 @@ void Fl_Widget_Type::leave_live_mode() { } /** - * copy all properties from the edit widget to the live widget + copy all properties from the edit widget to the live widget */ void Fl_Widget_Type::copy_properties() { if (!live_widget) diff --git a/fluid/Fl_Window_Type.cxx b/fluid/Fl_Window_Type.cxx index cfad727a1..e0c8bc0c4 100644 --- a/fluid/Fl_Window_Type.cxx +++ b/fluid/Fl_Window_Type.cxx @@ -1588,7 +1588,7 @@ void Fl_Window_Type::leave_live_mode() { } /** - * copy all properties from the edit widget to the live widget + copy all properties from the edit widget to the live widget */ void Fl_Window_Type::copy_properties() { Fl_Widget_Type::copy_properties(); diff --git a/fluid/align_widget.cxx b/fluid/align_widget.cxx index 94d1e601e..5ba65ea39 100644 --- a/fluid/align_widget.cxx +++ b/fluid/align_widget.cxx @@ -22,9 +22,9 @@ #include "undo.h" /** - * the first behaviour always uses the first selected widget as a reference - * the second behaviour uses the largest widget (most extreme positions) as - * a reference. + the first behaviour always uses the first selected widget as a reference + the second behaviour uses the largest widget (most extreme positions) as + a reference. */ #define BREAK_ON_FIRST break //#define BREAK_ON_FIRST |
