summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--FL/Enumerations.H1
-rw-r--r--FL/Fl_Value_Input.H2
-rw-r--r--FL/Fl_Value_Output.H2
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.
<P ALIGN="CENTER">\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. </P>
<P ALIGN=CENTER>\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_;