diff --git a/Isosurfacing_3/doc/Isosurfacing_3/Concepts/IsosurfacingDomain_3.h b/Isosurfacing_3/doc/Isosurfacing_3/Concepts/IsosurfacingDomain_3.h index b1d4afb1058..01009ceea82 100644 --- a/Isosurfacing_3/doc/Isosurfacing_3/Concepts/IsosurfacingDomain_3.h +++ b/Isosurfacing_3/doc/Isosurfacing_3/Concepts/IsosurfacingDomain_3.h @@ -11,8 +11,10 @@ of an implicit field through a partition of the Euclidean space in cells. The isosurfacing algorithms traverse these cells and query the domain class at the vertices of each cell, using the functions `point()` and `value()`. -\cgalHasModel `CGAL::Isosurfacing::Explicit_Cartesian_grid_domain_3` -\cgalHasModel `CGAL::Isosurfacing::Implicit_Cartesian_grid_domain_3` +\cgalHasModelsBegin +\cgalHasModels{CGAL::Isosurfacing::Explicit_Cartesian_grid_domain_3} +\cgalHasModels{CGAL::Isosurfacing::Implicit_Cartesian_grid_domain_3} +\cgalHasModelsEnd */ class IsosurfacingDomain_3 { diff --git a/Isosurfacing_3/include/CGAL/Isosurfacing_3/Cartesian_grid_3.h b/Isosurfacing_3/include/CGAL/Isosurfacing_3/Cartesian_grid_3.h index 9f841f427fb..3432f0e6587 100644 --- a/Isosurfacing_3/include/CGAL/Isosurfacing_3/Cartesian_grid_3.h +++ b/Isosurfacing_3/include/CGAL/Isosurfacing_3/Cartesian_grid_3.h @@ -116,9 +116,7 @@ public: void from_image(const Image_3& image); /** - * \brief creates a `CGAL::Image_3` from the Cartesian grid. - * - * \param image the image providing the data + * \brief creates a `CGAL::Image_3` from the %Cartesian grid. */ Image_3 to_image() const; diff --git a/Isosurfacing_3/include/CGAL/Isosurfacing_3/Explicit_Cartesian_grid_domain_3.h b/Isosurfacing_3/include/CGAL/Isosurfacing_3/Explicit_Cartesian_grid_domain_3.h index 35126460d10..d1e31989cca 100644 --- a/Isosurfacing_3/include/CGAL/Isosurfacing_3/Explicit_Cartesian_grid_domain_3.h +++ b/Isosurfacing_3/include/CGAL/Isosurfacing_3/Explicit_Cartesian_grid_domain_3.h @@ -26,7 +26,7 @@ namespace Isosurfacing { /** * \ingroup IS_Domains_grp * - * \cgalModels `IsosurfacingDomainWithGradient_3` + * \cgalModels{IsosurfacingDomainWithGradient_3} * * \brief A domain that represents an explicitly stored %Cartesian grid. * diff --git a/Isosurfacing_3/include/CGAL/Isosurfacing_3/Implicit_Cartesian_grid_domain_3.h b/Isosurfacing_3/include/CGAL/Isosurfacing_3/Implicit_Cartesian_grid_domain_3.h index c3ce1134046..8d1e1d7d9d4 100644 --- a/Isosurfacing_3/include/CGAL/Isosurfacing_3/Implicit_Cartesian_grid_domain_3.h +++ b/Isosurfacing_3/include/CGAL/Isosurfacing_3/Implicit_Cartesian_grid_domain_3.h @@ -29,7 +29,7 @@ namespace Isosurfacing { /** * \ingroup IS_Domains_grp * - * \cgalModels `IsosurfacingDomainWithGradient_3` + * \cgalModels{IsosurfacingDomainWithGradient_3} * * \brief A domain that represents a %Cartesian grid that discretizes an implicit function. *