diff options
Diffstat (limited to 'FL/Fl_Help_View.H')
| -rw-r--r-- | FL/Fl_Help_View.H | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/FL/Fl_Help_View.H b/FL/Fl_Help_View.H index aff5099c3..628601fb9 100644 --- a/FL/Fl_Help_View.H +++ b/FL/Fl_Help_View.H @@ -72,7 +72,7 @@ struct Fl_Help_Block // // Fl_Help_Link structure... // -/** Definition of a link for the html viewer*/ +/** Definition of a link for the html viewer. */ struct Fl_Help_Link { char filename[192], ///< Reference filename @@ -83,8 +83,6 @@ struct Fl_Help_Link h; ///< Height of link text }; -/** Fl_Help_Target structure */ - /* * Fl_Help_View font stack opaque implementation */ @@ -137,6 +135,8 @@ protected: Fl_Help_Font_Style elts_[100]; ///< font eletments }; +/** Fl_Help_Target structure */ + struct Fl_Help_Target { char name[32]; ///< Target name |
