You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Analogous to the issues #7691, #7692 and #7693 adding a warning to doxygen gives me the warning
Kernel_23/doc/Kernel_23/CGAL/intersections.h:14: warning: Found non-existing group 'do_intersect' for the command '@ingroup', ignoring command
Kernel_23/doc/Kernel_23/CGAL/intersections.h:81: warning: Found non-existing group 'intersection' for the command '@ingroup', ignoring command
Kernel_23/doc/Kernel_23/CGAL/Aff_transformation_2.h:88: warning: Found non-existing group 'kernel_affine' for the command '@ingroup', ignoring command
Kernel_23/doc/Kernel_23/CGAL/Aff_transformation_3.h:43: warning: Found non-existing group 'kernel_affine' for the command '@ingroup', ignoring command
Kernel_23/doc/Kernel_23/CGAL/aff_transformation_tags.h:18: warning: Found non-existing group 'kernel_affine' for the command '@ingroup', ignoring command
Kernel_23/doc/Kernel_23/CGAL/aff_transformation_tags.h:40: warning: Found non-existing group 'kernel_affine' for the command '@ingroup', ignoring command
Kernel_23/doc/Kernel_23/CGAL/aff_transformation_tags.h:62: warning: Found non-existing group 'kernel_affine' for the command '@ingroup', ignoring command
Kernel_23/doc/Kernel_23/CGAL/aff_transformation_tags.h:84: warning: Found non-existing group 'kernel_affine' for the command '@ingroup', ignoring command
Kernel_23/doc/Kernel_23/CGAL/aff_transformation_tags.h:106: warning: Found non-existing group 'kernel_affine' for the command '@ingroup', ignoring command
where do these \ingroup belong to or should the lines be removed?
The text was updated successfully, but these errors were encountered:
This issue is only relevant when using the doxygen master version and as the CGAL versions 5.5. and 5.6 don't use this version in the distribution it is not relevant here.
With the current CGAL master and using the doxygen master version the warnings are gone based on the fix #7804.
Analogous to the issues #7691, #7692 and #7693 adding a warning to doxygen gives me the warning
\ingroup
belong to or should the lines be removed?The text was updated successfully, but these errors were encountered: