mirror of https://github.com/fltk/fltk
Remove Doxygen warning in Fl_Tile.cxx line 185
The warning was warning: End of list marker found without any preceding list items.
This commit is contained in:
parent
7e71cea54a
commit
010b179489
|
@ -181,7 +181,7 @@ void Fl_Tile::resize(int X,int Y,int W,int H) {
|
|||
}
|
||||
|
||||
/**
|
||||
Set one of four cursors used for dragging etc..
|
||||
Set one of four cursors used for dragging etc…
|
||||
|
||||
Fl_Tile uses an array of four cursors that are set depending on user actions:
|
||||
- 0: normal cursor
|
||||
|
|
Loading…
Reference in New Issue