InsightSoftwareConsortium / InsightSoftwareConsortium/ITK

Doxygen docs missing for subsequent macros

Open
#4,161 7 comments 0 reactions 0 assignees View on GitHub
type:Documentation
Dominant language
C++
Stars
1.7k
Forks
748
Avg merge
1d 1h
Merged PRs (30d)
64

Description

Docstrings are missing for macros after the first.

### Description

This piece of code:
https://github.com/InsightSoftwareConsortium/ITK/blob/v5.4rc01/Modules/Segmentation/SuperPixel/include/itkSLICImageFilter.h#L143-L152
produces docstring for `SetEnforceConnectivity`, but not for `GetEnforceConnectivity` nor `EnforceConnectivityOn`. Entry for `EnforceConnectivityOff` is missing entirely from the doc page:
https://itk.org/Doxygen/html/classitk_1_1SLICImageFilter.html

### Expected information

Same docstring appears for all of the methods mentioned above.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.