From 6b6bfaae4f9bef3f06e5758cfccef7e82030d957 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Thu, 30 Jun 2022 09:31:19 +0200 Subject: [PATCH] Fix CH3 doc links within CH2 --- Convex_hull_2/doc/Convex_hull_2/Concepts/ConvexHullTraits_2.h | 2 -- Convex_hull_2/doc/Convex_hull_2/dependencies | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Convex_hull_2/doc/Convex_hull_2/Concepts/ConvexHullTraits_2.h b/Convex_hull_2/doc/Convex_hull_2/Concepts/ConvexHullTraits_2.h index 7a9b9e862fb..39aa2bfc6cf 100644 --- a/Convex_hull_2/doc/Convex_hull_2/Concepts/ConvexHullTraits_2.h +++ b/Convex_hull_2/doc/Convex_hull_2/Concepts/ConvexHullTraits_2.h @@ -16,8 +16,6 @@ is specified with each function. \cgalHasModel `CGAL::Projection_traits_yz_3` \cgalHasModel `CGAL::Projection_traits_xz_3` -\sa `IsStronglyConvexTraits_3` - */ class ConvexHullTraits_2 { diff --git a/Convex_hull_2/doc/Convex_hull_2/dependencies b/Convex_hull_2/doc/Convex_hull_2/dependencies index a4d5f76715e..ba431f4d0a6 100644 --- a/Convex_hull_2/doc/Convex_hull_2/dependencies +++ b/Convex_hull_2/doc/Convex_hull_2/dependencies @@ -3,4 +3,5 @@ Kernel_23 STL_Extension Algebraic_foundations Circulator +Convex_hull_3 Stream_support