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

COMP: Remove Doxygen \ref, \copydetails commands #263

Merged
merged 1 commit into from Dec 5, 2018

Commits on Dec 4, 2018

  1. COMP: Remove Doxygen \ref, \copydetails commands

    Doxygen will implicitly pick up these references. Adding them explicitly
    causes warnings in the Python wrapping, when their definition is not
    available. Remove them also makes it a little easier to read the
    comment.
    
    To address:
    
    /home/matt/src/ITK2/Modules/Core/Common/include/itkFloatingPointExceptions.h:50: warning: @copydetails or @copydoc target 'Enable' not found
    /home/matt/src/ITK2/Modules/Core/Common/include/itkFloatingPointExceptions.h:61: warning: @copydetails or @copydoc target 'Enable' not found
    [5864/6441] Building CXX object Wrapping/Modules/ITKColormap/CMakeFiles/ITKColormapPython.dir/itkScalarToRGBColormapImageFilterPython.cpp.o
    /home/matt/src/ITK2/Modules/Filtering/FFT/include/itkForwardFFTImageFilter.h:44: warning: unable to resolve reference to `FrequencyFFTLayoutImageRegionConstIteratorWithIndex' for \ref command
    /home/matt/src/ITK2/Modules/Filtering/FFT/include/itkForwardFFTImageFilter.h:46: warning: unable to resolve reference to `ITKImageFrequency' for \ref command
    /home/matt/src/ITK2/Modules/Filtering/ImageFrequency/include/itkUnaryFrequencyDomainFilter.h:38: warning: unable to resolve reference to `FrequencyImageRegionIteratorWithIndex' for \ref command
    /home/matt/src/ITK2/Modules/Filtering/ImageFrequency/include/itkUnaryFrequencyDomainFilter.h:42: warning: unable to resolve reference to `ForwardFFTImageFilter' for \ref command
    /home/matt/src/ITK2/Modules/Filtering/ImageFrequency/include/itkUnaryFrequencyDomainFilter.h:43: warning: unable to resolve reference to `FrequencyFFTLayoutImageRegionIteratorWithIndex' for \ref command
    /home/matt/src/ITK2/Modules/Filtering/ImageFrequency/include/itkUnaryFrequencyDomainFilter.h:44: warning: unable to resolve reference to `FrequencyFFTLayoutImageRegionIteratorWithIndex' for \ref command
    /home/matt/src/ITK2/Modules/Filtering/ImageFrequency/include/itkUnaryFrequencyDomainFilter.h:48: warning: unable to resolve reference to `FrequencyHalfHermitianFFTLayoutImageRegionIteratorWithIndex' for \ref command
    /home/matt/src/ITK2/Modules/Filtering/ImageFrequency/include/itkUnaryFrequencyDomainFilter.h:50: warning: unable to resolve reference to `FrequencyShiftedFFTLayoutImageRegionIteratorWithIndex' for \ref command
    thewtex committed Dec 4, 2018
    Copy the full SHA
    b7e49a0 View commit details
    Browse the repository at this point in the history