From 1caf1fb2ea7b12ddb12004758ebf4d28871ec7cd Mon Sep 17 00:00:00 2001 From: ROUVREAU Vincent Date: Tue, 26 Nov 2019 11:30:58 +0100 Subject: Fix doxygen warnings about new cgal bibtex entries --- src/Alpha_complex/doc/Intro_alpha_complex.h | 6 +++--- src/Alpha_complex/include/gudhi/Alpha_complex.h | 2 +- src/common/doc/installation.h | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/Alpha_complex/doc/Intro_alpha_complex.h b/src/Alpha_complex/doc/Intro_alpha_complex.h index adc1378f..3c32a1e6 100644 --- a/src/Alpha_complex/doc/Intro_alpha_complex.h +++ b/src/Alpha_complex/doc/Intro_alpha_complex.h @@ -38,12 +38,12 @@ namespace alpha_complex { * * Alpha_complex is constructing a Delaunay Triangulation - * \cite cgal:hdj-t-15b from CGAL (the Computational Geometry - * Algorithms Library \cite cgal:eb-15b) and is able to create a `SimplicialComplexForAlpha`. + * \cite cgal:hdj-t-19b from CGAL (the Computational Geometry + * Algorithms Library \cite cgal:eb-19b) and is able to create a `SimplicialComplexForAlpha`. * * The complex is a template class requiring an Epick_d dD Geometry Kernel - * \cite cgal:s-gkd-15b from CGAL as template parameter. + * \cite cgal:s-gkd-19b from CGAL as template parameter. * * \remark * - When the simplicial complex is constructed with an infinite value of alpha, the complex is a Delaunay diff --git a/src/Alpha_complex/include/gudhi/Alpha_complex.h b/src/Alpha_complex/include/gudhi/Alpha_complex.h index 0c2569c8..6b4d8463 100644 --- a/src/Alpha_complex/include/gudhi/Alpha_complex.h +++ b/src/Alpha_complex/include/gudhi/Alpha_complex.h @@ -72,7 +72,7 @@ template struct Is_Epeck_D> { static const bool val * or an CGAL::Epick_d dD Geometry Kernel - * \cite cgal:s-gkd-15b from CGAL as template, default value is CGAL::Epeck_d * < * CGAL::Dynamic_dimension_tag > diff --git a/src/common/doc/installation.h b/src/common/doc/installation.h index 2e64bef8..c320e7e0 100644 --- a/src/common/doc/installation.h +++ b/src/common/doc/installation.h @@ -71,7 +71,7 @@ make doxygen * your operating system is detailed here http://doc.cgal.org/latest/Manual/installation.html * * The following examples/utilities require the Computational Geometry Algorithms - * Library (CGAL \cite cgal:eb-15b) and will not be built if CGAL version 4.11.0 or higher is not installed: + * Library (CGAL \cite cgal:eb-19b) and will not be built if CGAL version 4.11.0 or higher is not installed: * \li * Simplex_tree/example_alpha_shapes_3_simplex_tree_from_off_file.cpp * \li -- cgit v1.2.3