Doxygen fix: The trick of using a line of dashes under a section heading no longer works.

This has been working fine for years, not sure what version of doxygen dropped this.
I'm running 1.7.4 here, and that trick isn't working for the Fl_Browser_.H docs.

Changed to using <B> and </B> and <BR> which seems to work OK in both HTML and PDF
generation.



git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12458 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Greg Ercolano 2017-09-13 23:25:59 +00:00
parent 5a95655c99
commit b2c94264d9
1 changed files with 1 additions and 2 deletions

View File

@ -55,8 +55,7 @@
accessing image data or doing stat() on a file or doing some
other slow operation.
Keyboard navigation of browser items
------------------------------------
<B>Keyboard navigation of browser items</B><BR>
The keyboard navigation of browser items is only possible if
visible_focus() is enabled. If disabled, the widget rejects keyboard focus;
Tab and Shift-Tab focus navigation will skip the widget.