diff options
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Fl_Input.H | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/FL/Fl_Input.H b/FL/Fl_Input.H index dc04ae020..e79dc97b8 100644 --- a/FL/Fl_Input.H +++ b/FL/Fl_Input.H @@ -36,8 +36,9 @@ Character composition is done using dead keys and/or a compose key as defined by the operating system. <P> - <TABLE WIDTH=90% BORDER=1 SUMMARY="Fl_Input keyboard and mouse bindings."> - <CAPTION ALIGN=TOP>Fl_Input keyboard and mouse bindings.</CAPTION> + <TABLE WIDTH="90%" BORDER="1" SUMMARY="Fl_Input keyboard and mouse bindings."> + <!-- DON'T use the class name in the caption, or doxygen 1.8.x will fail. --> + <CAPTION ALIGN="TOP">Keyboard and mouse bindings.</CAPTION> <TR><TD NOWRAP="NOWRAP" WIDTH="1%"> <B>Mouse button 1</B> </TD><TD> @@ -75,7 +76,8 @@ <P> <TABLE WIDTH="90%" BORDER="1" SUMMARY="Fl_Input platform specific keyboard bindings."> - <CAPTION ALIGN=TOP>Fl_Input platform specific keyboard bindings.</CAPTION> + <!-- DON'T use the class name in the caption, or doxygen 1.8.x will fail. --> + <CAPTION ALIGN="TOP">Platform specific keyboard bindings.</CAPTION> <TR> <TD NOWRAP="NOWRAP" WIDTH="1%"><B> Windows/Linux </B></TD> <TD NOWRAP="NOWRAP" WIDTH="1%"><B> Mac </B></TD> |
