diff options
Diffstat (limited to 'librifunktionsteckensnittsglyfrasteriseringsprogrambiblioteket.h')
-rw-r--r-- | librifunktionsteckensnittsglyfrasteriseringsprogrambiblioteket.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/librifunktionsteckensnittsglyfrasteriseringsprogrambiblioteket.h b/librifunktionsteckensnittsglyfrasteriseringsprogrambiblioteket.h index 747694b..87bdd70 100644 --- a/librifunktionsteckensnittsglyfrasteriseringsprogrambiblioteket.h +++ b/librifunktionsteckensnittsglyfrasteriseringsprogrambiblioteket.h @@ -7,6 +7,12 @@ #include <stddef.h> +#if defined(__clang__) +# pragma clang diagnostic push +# pragma clang diagnostic ignored "-Wdocumentation" +#endif + + /** * Object that the library draws on, is converted to * an ink-level image using the `rtgrpblib_fill_shapes` @@ -136,4 +142,9 @@ void rtgrpblib_draw_circular_arc(RTGRPBLIB_RASTER *restrict raster, /* needed fo double semiwidth, double semiheight, double start, double end); + +#if defined(__clang__) +# pragma clang diagnostic pop +#endif + #endif |