From b3174acf53dc9fd93bf4e776a39a68ac95021a8f Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Wed, 28 Sep 2022 14:42:39 +0200 Subject: [PATCH] Add a ref --- .../doc/Documentation/Developer_manual/Chapter_checks.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/doc/Documentation/Developer_manual/Chapter_checks.txt b/Documentation/doc/Documentation/Developer_manual/Chapter_checks.txt index 9a9cbb715c5..73cd228cf95 100644 --- a/Documentation/doc/Documentation/Developer_manual/Chapter_checks.txt +++ b/Documentation/doc/Documentation/Developer_manual/Chapter_checks.txt @@ -157,6 +157,7 @@ on the whole library. \cgal offers the possibility to turn checks on and off just for the kernel. Kernel assertions are stated using the macro `CGAL_kernel_assertion()`, and they can be disabled by defining the macros `CGAL_KERNEL_NO_ASSERTIONS` or `CGAL_NO_ASSERTIONS`. +See \ref secchecks "the section Checks in STL Extensions", for details. \section secchecks_cgal_assume Suppress warnings using CGAL_assume.