mirror of https://github.com/fltk/fltk
Fix some, but not all doxygen warnings.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11395 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
3f34aba828
commit
80c853b426
|
@ -192,7 +192,7 @@ int Fl_Tree::extend_selection_dir(Fl_Tree_Item *from, Fl_Tree_Item *to,
|
|||
int Fl_Tree::extend_selection(Fl_Tree_Item *from, Fl_Tree_Item *to,
|
||||
int val, bool visible) {
|
||||
#else
|
||||
/// \notes Made public in 1.3.3 ABI
|
||||
/// \note Made public in 1.3.3 ABI
|
||||
// Adding overload if not at least one overload breaks ABI, so avoid
|
||||
// by making a private function until ABI can change..
|
||||
int Fl_Tree::extend_selection__(Fl_Tree_Item *from, Fl_Tree_Item *to,
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
//
|
||||
|
||||
/**
|
||||
\file Fl_Cocoa_Screen_Driver.h
|
||||
\file Fl_Cocoa_Screen_Driver.H
|
||||
\brief Definition of Apple Cocoa Screen interface.
|
||||
*/
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
//
|
||||
|
||||
/**
|
||||
\file Fl_Cocoa_Window_Driver.h
|
||||
\file Fl_Cocoa_Window_Driver.H
|
||||
\brief Definition of Apple Cocoa window driver.
|
||||
*/
|
||||
|
||||
|
|
|
@ -470,7 +470,7 @@ int Fl::dnd() { return 0; }
|
|||
void Fl::copy(char const*, int, int, char const*) { }
|
||||
void Fl::paste(Fl_Widget&, int, char const*) { }
|
||||
void Fl::get_mouse(int&, int&) { }
|
||||
void Fl::set_color(unsigned int, unsigned int) { }
|
||||
void Fl::set_color(Fl_Color, unsigned int) { }
|
||||
int Fl_X::set_cursor(Fl_Cursor) { return 0; }
|
||||
int Fl_X::set_cursor(Fl_RGB_Image const*, int, int) { return 0; }
|
||||
void Fl_X::set_default_icons(Fl_RGB_Image const**, int) { }
|
||||
|
|
|
@ -157,7 +157,7 @@ int Fl::dnd() { return 0; }
|
|||
void Fl::copy(char const*, int, int, char const*) { }
|
||||
void Fl::paste(Fl_Widget&, int, char const*) { }
|
||||
void Fl::get_mouse(int&, int&) { }
|
||||
void Fl::set_color(unsigned int, unsigned int) { }
|
||||
void Fl::set_color(Fl_Color, unsigned int) { }
|
||||
int Fl_X::set_cursor(Fl_Cursor) { return 0; }
|
||||
int Fl_X::set_cursor(Fl_RGB_Image const*, int, int) { return 0; }
|
||||
void Fl_X::set_default_icons(Fl_RGB_Image const**, int) { }
|
||||
|
@ -199,7 +199,8 @@ Window fl_window;
|
|||
//void Fl_Image_Surface::translate(int x, int y) { }
|
||||
//void Fl_Image_Surface::untranslate() { }
|
||||
|
||||
void Fl::add_fd(int, void (*)(int, void*), void*)
|
||||
//void Fl::add_fd(int, void (*)(int, void*), void*)
|
||||
void Fl::add_fd(int, Fl_FD_Handler, void*)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
//
|
||||
|
||||
/**
|
||||
\file Fl_SDL_Window_Driver.H
|
||||
\file Fl_PicoSDL_Window_Driver.H
|
||||
\brief Definition of SDL Window interface.
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in New Issue