From de8ca00a65c78d12a0eba3facfa072fa22be7070 Mon Sep 17 00:00:00 2001 From: Greg Ercolano Date: Thu, 9 Dec 2010 12:19:03 +0000 Subject: More doc fixes: o stray \code in the docs for Fl_Align o smaller latex/pdf widget screenshot sizes for Fl_Value_Input/Output git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7989 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Enumerations.H | 1 - FL/Fl_Value_Input.H | 2 +- FL/Fl_Value_Output.H | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/FL/Enumerations.H b/FL/Enumerations.H index 28e75ecab..21b25ede9 100644 --- a/FL/Enumerations.H +++ b/FL/Enumerations.H @@ -630,7 +630,6 @@ extern Fl_Labeltype FL_EXPORT fl_define_FL_EMBOSSED_LABEL(); * BOTTOM_RIGHT BOTTOM BOTTOM_LEFT * * Inside alignments: - * \code * +---------------------------------+ * |TOP_LEFT TOP TOP_RIGHT| * | | diff --git a/FL/Fl_Value_Input.H b/FL/Fl_Value_Input.H index 517d177ae..4759f4e21 100644 --- a/FL/Fl_Value_Input.H +++ b/FL/Fl_Value_Input.H @@ -60,7 +60,7 @@ values.

\image html Fl_Value_Input.png - \image latex Fl_Value_Input.png "Fl_Value_Input" width=8cm + \image latex Fl_Value_Input.png "Fl_Value_Input" width=4cm */ class FL_EXPORT Fl_Value_Input : public Fl_Valuator { public: diff --git a/FL/Fl_Value_Output.H b/FL/Fl_Value_Output.H index 03bb9012d..e30606587 100644 --- a/FL/Fl_Value_Output.H +++ b/FL/Fl_Value_Output.H @@ -45,7 +45,7 @@ Fl_Value_Input because it contains no text editing code or character buffer.

\image html Fl_Value_Output.png - \image latex Fl_Value_Output.png "Fl_Value_Output" width=8cm + \image latex Fl_Value_Output.png "Fl_Value_Output" width=4cm */ class FL_EXPORT Fl_Value_Output : public Fl_Valuator { Fl_Font textfont_; -- cgit v1.2.3