diff --git a/Kernel_23/doc/Kernel_23/CGAL/Exact_predicates_inexact_constructions_kernel.h b/Kernel_23/doc/Kernel_23/CGAL/Exact_predicates_inexact_constructions_kernel.h
index 8a5e33aa5fc..3349ebca977 100644
--- a/Kernel_23/doc/Kernel_23/CGAL/Exact_predicates_inexact_constructions_kernel.h
+++ b/Kernel_23/doc/Kernel_23/CGAL/Exact_predicates_inexact_constructions_kernel.h
@@ -204,6 +204,10 @@ are trivial:
`FT Iso_cuboid_3::min_coord(int)`
`FT Iso_cuboid_3::max_coord(int)`
`Bbox_3 Iso_cuboid_3::bbox()`
+ `Point_2 min_vertex(Iso_rectangle_2)`
+ `Point_2 min_vertex(Iso_cuboid_3)`
+ `Point_2 max_vertex(Iso_rectangle_2)`
+ `Point_2 max_vertex(Iso_cuboid_3)`
\cgalModels `Kernel`
diff --git a/Kernel_23/doc/Kernel_23/CGAL/Kernel/global_functions.h b/Kernel_23/doc/Kernel_23/CGAL/Kernel/global_functions.h
index 6be2530b49b..7ac44aca209 100644
--- a/Kernel_23/doc/Kernel_23/CGAL/Kernel/global_functions.h
+++ b/Kernel_23/doc/Kernel_23/CGAL/Kernel/global_functions.h
@@ -2242,12 +2242,14 @@ const CGAL::Point_3& q);
/*!
computes the vertex with the lexicographically largest coordinates of the iso rectangle `ir`.
+\cgalEpicExact
*/
template
CGAL::Point_2 max_vertex( const CGAL::Iso_rectangle_2& ir );
/*!
computes the vertex with the lexicographically largest coordinates of the iso cuboid `ic`.
+\cgalEpicExact
*/
template
CGAL::Point_3 max_vertex( const CGAL::Iso_cuboid_3& ic );
@@ -2292,12 +2294,14 @@ CGAL::Point_3 midpoint( const CGAL::Segment_3& s );
/*!
computes the vertex with the lexicographically smallest coordinates of the iso rectangle `ir`.
+\cgalEpicExact
*/
template
CGAL::Point_2 min_vertex( const CGAL::Iso_rectangle_2& ir );
/*!
computes the vertex with the lexicographically smallest coordinates of the iso cuboid `ic`.
+\cgalEpicExact
*/
template
CGAL::Point_3 min_vertex( const CGAL::Iso_cuboid_3& ic );