Skip to content

Commit

Permalink
Partial fix of Kernel_23
Browse files Browse the repository at this point in the history
  • Loading branch information
afabri committed Oct 17, 2023
1 parent 9ffbfef commit fb4095a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
1 change: 0 additions & 1 deletion Kernel_23/doc/Kernel_23/CGAL/Aff_transformation_2.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
namespace CGAL {

/*!
\ingroup kernel_affine
\ingroup kernel_classes2
The class `Aff_transformation_2` represents two-dimensional affine transformations.
Expand Down
1 change: 0 additions & 1 deletion Kernel_23/doc/Kernel_23/CGAL/Aff_transformation_3.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ namespace CGAL {

/*!
\ingroup kernel_classes3
\ingroup kernel_affine
The class `Aff_transformation_3` represents three-dimensional affine transformations.
The general form of an affine transformation is based on a homogeneous
Expand Down
10 changes: 5 additions & 5 deletions Kernel_23/doc/Kernel_23/CGAL/aff_transformation_tags.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
namespace CGAL {

/*!
\ingroup kernel_affine
\ingroup PkgKernel23Ref
Tag class for affine transformations.
Expand All @@ -24,7 +24,7 @@ class Identity_transformation {
namespace CGAL {

/*!
\ingroup kernel_affine
\ingroup PkgKernel23Ref
Tag class for affine transformations.
Expand All @@ -46,7 +46,7 @@ class Reflection {
namespace CGAL {

/*!
\ingroup kernel_affine
\ingroup PkgKernel23Ref
Tag class for affine transformations.
Expand All @@ -68,7 +68,7 @@ class Rotation {
namespace CGAL {

/*!
\ingroup kernel_affine
\ingroup PkgKernel23Ref
Tag class for affine transformations.
Expand All @@ -90,7 +90,7 @@ class Scaling {
namespace CGAL {

/*!
\ingroup kernel_affine
\ingroup PkgKernel23Ref
Tag class for affine transformations.
Expand Down

0 comments on commit fb4095a

Please sign in to comment.