doxygen warnings

This commit is contained in:
Andreas Fabri 2024-01-15 13:58:01 +00:00
parent 816a25895b
commit 90fbd3bb04
4 changed files with 7 additions and 7 deletions

View File

@ -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
{

View File

@ -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;

View File

@ -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.
*

View File

@ -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.
*