diff options
Diffstat (limited to 'src/fl_rect.cxx')
| -rw-r--r-- | src/fl_rect.cxx | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/fl_rect.cxx b/src/fl_rect.cxx index 54155aca3..c76cdc9d0 100644 --- a/src/fl_rect.cxx +++ b/src/fl_rect.cxx @@ -33,6 +33,12 @@ // all driver code is now in drivers/XXX/Fl_XXX_Graphics_Driver_xyz.cxx // ----------------------------------------------------------------------------- +/** + * @cond DriverDev + * @addtogroup DriverDeveloper + * @{ + */ + /** see fl_restore_clip() */ void Fl_Graphics_Driver::restore_clip() { fl_clip_state_number++; @@ -52,6 +58,11 @@ Fl_Region Fl_Graphics_Driver::clip_region() { return rstack[rstackptr]; } +/** + * @} + * @endcond + */ + // // End of "$Id$". |
