Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Miss-spelling of the group name (for \ingroup) or a missing \defgroup command #5176

Open
albert-github opened this issue Jan 25, 2025 · 2 comments
Labels
type:Documentation Documentation improvement or change

Comments

@albert-github
Copy link

Running the current doxygen master (1.14.0 (eef56fc1577255e67e56f997896b0512dd9527d1)) on the ITK sources resulted in a number of \ingroup warnings:

 warning: Found non-existing group 'Calculators' for the command '@ingroup', ignoring command
 warning: Found non-existing group 'CanBeStreamed' for the command '@ingroup', ignoring command
 warning: Found non-existing group 'Common' for the command '@ingroup', ignoring command
 warning: Found non-existing group 'Cost' for the command '@ingroup', ignoring command
 warning: Found non-existing group 'Filtering' for the command '@ingroup', ignoring command
 warning: Found non-existing group 'GeometricTransformationFilters' for the command '@ingroup', ignoring command
 warning: Found non-existing group 'ImageClassificationFilters' for the command '@ingroup', ignoring command
 warning: Found non-existing group 'ImageConstIterators' for the command '@ingroup', ignoring command
 warning: Found non-existing group 'ImageFilter' for the command '@ingroup', ignoring command
 warning: Found non-existing group 'ImageSource' for the command '@ingroup', ignoring command
 warning: Found non-existing group 'ImageToImageFilter' for the command '@ingroup', ignoring command
 warning: Found non-existing group 'ITKITKMathematicalMorphology' for the command '@ingroup', ignoring command
 warning: Found non-existing group 'LabeledImageFilters' for the command '@ingroup', ignoring command
 warning: Found non-existing group 'LabeledImageObject' for the command '@ingroup', ignoring command
 warning: Found non-existing group 'LoggingObjects' for the command '@ingroup', ignoring command
 warning: Found non-existing group 'MathematicalImageFilters' for the command '@ingroup', ignoring command
 warning: Found non-existing group 'MathematicalStatisticsImageFilters' for the command '@ingroup', ignoring command
 warning: Found non-existing group 'Multithreaded' for the command '@ingroup', ignoring command
 warning: Found non-existing group 'MultiThreading' for the command '@ingroup', ignoring command
 warning: Found non-existing group 'Optimizersv4' for the command '@ingroup', ignoring command
 warning: Found non-existing group 'PathFilters' for the command '@ingroup', ignoring command
 warning: Found non-existing group 'Paths' for the command '@ingroup', ignoring command
 warning: Found non-existing group 'QEMeshModifierFunctions' for the command '@ingroup', ignoring command
 warning: Found non-existing group 'QuadEdgeMeshModifierFunctions' for the command '@ingroup', ignoring command
 warning: Found non-existing group 'Segmentation' for the command '@ingroup', ignoring command
 warning: Found non-existing group 'Statistics' for the command '@ingroup', ignoring command
 warning: Found non-existing group 'Transforms' for the command '@ingroup', ignoring command
 warning: Found non-existing group 'Writers' for the command '@ingroup', ignoring command

Problem is either a miss-spelling of the name or a missing \defgroup command. The newer doxygen versions are a bit stricter about the existence of groups.

The full list with filenames and line numbers: ingroup.txt

(same problem would occur with the current doxygen 1.13.2 release).

@albert-github albert-github added the type:Documentation Documentation improvement or change label Jan 25, 2025
@jhlegarreta
Copy link
Member

@albert-github Please use the existing templates when opening issues, and point to open builds so that issues can be openly inspected.

Related to this issue, you may want to check issue #3656.

@albert-github
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:Documentation Documentation improvement or change
Projects
None yet
Development

No branches or pull requests

2 participants