From b2e6e3f46885c13391d38b41da3bd4bb18346d50 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Tue, 13 Dec 2016 14:23:35 +0100 Subject: [PATCH] Update TriangulationDSFaceBase_2.h Prefix with `CGAL::` in order to generate a link. --- TDS_2/doc/TDS_2/Concepts/TriangulationDSFaceBase_2.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TDS_2/doc/TDS_2/Concepts/TriangulationDSFaceBase_2.h b/TDS_2/doc/TDS_2/Concepts/TriangulationDSFaceBase_2.h index 7c87442928a..db4d467238e 100644 --- a/TDS_2/doc/TDS_2/Concepts/TriangulationDSFaceBase_2.h +++ b/TDS_2/doc/TDS_2/Concepts/TriangulationDSFaceBase_2.h @@ -256,8 +256,8 @@ bool is_valid(bool verbose = false) const; /// \name Various /// These member functions are required by /// `CGAL::Triangulation_data_structure_2` because it uses -/// `Compact_container` to store its faces. See the documentation of -/// `Compact_container` for the exact requirements. +/// `CGAL::Compact_container` to store its faces. See the documentation of +/// `CGAL::Compact_container` for the exact requirements. /// @{ /*!