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 The isosurfacing algorithms traverse these cells and query the domain class
at the vertices of each cell, using the functions `point()` and `value()`. at the vertices of each cell, using the functions `point()` and `value()`.
\cgalHasModel `CGAL::Isosurfacing::Explicit_Cartesian_grid_domain_3` \cgalHasModelsBegin
\cgalHasModel `CGAL::Isosurfacing::Implicit_Cartesian_grid_domain_3` \cgalHasModels{CGAL::Isosurfacing::Explicit_Cartesian_grid_domain_3}
\cgalHasModels{CGAL::Isosurfacing::Implicit_Cartesian_grid_domain_3}
\cgalHasModelsEnd
*/ */
class IsosurfacingDomain_3 class IsosurfacingDomain_3
{ {

View File

@ -116,9 +116,7 @@ public:
void from_image(const Image_3& image); void from_image(const Image_3& image);
/** /**
* \brief creates a `CGAL::Image_3` from the Cartesian grid. * \brief creates a `CGAL::Image_3` from the %Cartesian grid.
*
* \param image the image providing the data
*/ */
Image_3 to_image() const; Image_3 to_image() const;

View File

@ -26,7 +26,7 @@ namespace Isosurfacing {
/** /**
* \ingroup IS_Domains_grp * \ingroup IS_Domains_grp
* *
* \cgalModels `IsosurfacingDomainWithGradient_3` * \cgalModels{IsosurfacingDomainWithGradient_3}
* *
* \brief A domain that represents an explicitly stored %Cartesian grid. * \brief A domain that represents an explicitly stored %Cartesian grid.
* *

View File

@ -29,7 +29,7 @@ namespace Isosurfacing {
/** /**
* \ingroup IS_Domains_grp * \ingroup IS_Domains_grp
* *
* \cgalModels `IsosurfacingDomainWithGradient_3` * \cgalModels{IsosurfacingDomainWithGradient_3}
* *
* \brief A domain that represents a %Cartesian grid that discretizes an implicit function. * \brief A domain that represents a %Cartesian grid that discretizes an implicit function.
* *