From 350234abb64a4d08121abbf2fbe5681594940422 Mon Sep 17 00:00:00 2001 From: Dmitry Anisimov Date: Wed, 30 Jun 2021 11:54:49 +0200 Subject: [PATCH] skipping useless headers in the convenience header --- Weights/include/CGAL/Weights.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Weights/include/CGAL/Weights.h b/Weights/include/CGAL/Weights.h index 7bca600e00b..75d4db6fa0d 100644 --- a/Weights/include/CGAL/Weights.h +++ b/Weights/include/CGAL/Weights.h @@ -14,7 +14,9 @@ #ifndef CGAL_WEIGHTS_H #define CGAL_WEIGHTS_H +/// \cond SKIP_IN_MANUAL #include +/// \endcond /** * \ingroup PkgWeightsRef @@ -22,7 +24,10 @@ * A convenience header that includes all weights. */ +/// \cond SKIP_IN_MANUAL #include +/// \endcond + #include #include