diff options
| author | Manolo Gouy <Manolo> | 2016-02-26 17:17:20 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-02-26 17:17:20 +0000 |
| commit | 350cca5446fa8e71a6ec75e6caaec5ab0047acae (patch) | |
| tree | e6f52f61f1380366524b997496860c35cdd6b892 /src/drivers/GDI | |
| parent | e8a8cfc0b1f630aaeb979fd24cfedd9ad3320bf8 (diff) | |
Use the FL_DOXYGEN preprocessor variable to remove all Doxygen warnings
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11232 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/drivers/GDI')
5 files changed, 6 insertions, 4 deletions
diff --git a/src/drivers/GDI/Fl_GDI_Graphics_Driver.cxx b/src/drivers/GDI/Fl_GDI_Graphics_Driver.cxx index 248c9a933..45144c9a1 100644 --- a/src/drivers/GDI/Fl_GDI_Graphics_Driver.cxx +++ b/src/drivers/GDI/Fl_GDI_Graphics_Driver.cxx @@ -113,6 +113,7 @@ void Fl_GDI_Graphics_Driver::copy_offscreen(int x,int y,int w,int h,HBITMAP bitm DeleteDC(new_gc); } +#if ! defined(FL_DOXYGEN) void Fl_GDI_Graphics_Driver::copy_offscreen_with_alpha(int x,int y,int w,int h,HBITMAP bitmap,int srcx,int srcy) { HDC new_gc = CreateCompatibleDC(gc_); int save = SaveDC(new_gc); @@ -129,6 +130,7 @@ void Fl_GDI_Graphics_Driver::copy_offscreen_with_alpha(int x,int y,int w,int h,H RestoreDC(new_gc, save); DeleteDC(new_gc); } +#endif void Fl_Translated_GDI_Graphics_Driver::translate_all(int x, int y) { GetWindowOrgEx((HDC)gc(), origins+depth); diff --git a/src/drivers/GDI/Fl_GDI_Graphics_Driver_arci.cxx b/src/drivers/GDI/Fl_GDI_Graphics_Driver_arci.cxx index 89597fbc4..23aa0c542 100644 --- a/src/drivers/GDI/Fl_GDI_Graphics_Driver_arci.cxx +++ b/src/drivers/GDI/Fl_GDI_Graphics_Driver_arci.cxx @@ -20,7 +20,7 @@ #define FL_CFG_GFX_GDI_ARCI_CXX /** - \file gdi_arci.cxx + \file Fl_GDI_Graphics_Driver_arci.cxx \brief Utility functions for drawing circles using integers */ diff --git a/src/drivers/GDI/Fl_GDI_Graphics_Driver_line_style.cxx b/src/drivers/GDI/Fl_GDI_Graphics_Driver_line_style.cxx index 9518dc6e6..28422599a 100644 --- a/src/drivers/GDI/Fl_GDI_Graphics_Driver_line_style.cxx +++ b/src/drivers/GDI/Fl_GDI_Graphics_Driver_line_style.cxx @@ -28,7 +28,7 @@ #include <stdio.h> /** - \file gdi_line_style.cxx + \file Fl_GDI_Graphics_Driver_line_style.cxx \brief Line style drawing utility hiding different platforms. */ diff --git a/src/drivers/GDI/Fl_GDI_Graphics_Driver_rect.cxx b/src/drivers/GDI/Fl_GDI_Graphics_Driver_rect.cxx index 0806ceba3..ab416b134 100644 --- a/src/drivers/GDI/Fl_GDI_Graphics_Driver_rect.cxx +++ b/src/drivers/GDI/Fl_GDI_Graphics_Driver_rect.cxx @@ -18,7 +18,7 @@ /** - \file gdi_rect.cxx + \file Fl_GDI_Graphics_Driver_rect.cxx \brief MSWindows GDI specific line and polygon drawing with integer coordinates. */ diff --git a/src/drivers/GDI/Fl_GDI_Graphics_Driver_vertex.cxx b/src/drivers/GDI/Fl_GDI_Graphics_Driver_vertex.cxx index a5556bbd9..e5d857f7e 100644 --- a/src/drivers/GDI/Fl_GDI_Graphics_Driver_vertex.cxx +++ b/src/drivers/GDI/Fl_GDI_Graphics_Driver_vertex.cxx @@ -20,7 +20,7 @@ #define FL_CFG_GFX_GDI_VERTEX_CXX /** - \file gdi_vertex.cxx + \file Fl_GDI_Graphics_Driver_vertex.cxx \brief Portable drawing code for drawing arbitrary shapes with simple 2D transformations, implemented for MSWindows GDI. */ |
