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

DM-12905: fits: fix doxygen warnings #282

Merged
merged 1 commit into from
Oct 5, 2017
Merged

DM-12905: fits: fix doxygen warnings #282

merged 1 commit into from
Oct 5, 2017

Commits on Oct 5, 2017

  1. fits: fix doxygen warnings

    fitsCompression.cc is causing doxygen warnings:
    
        documented symbol `ImageScale lsst::afw::fits::ImageScalingOptions::determine' was not declared or defined.
    
    This appears to be due to a bug in doxygen (perhaps having to do with
    underscores at the end of variable names?). To deal with this, corrected
    the grouping markup for ImageScalingOptions::determine and put
    fitsCompression.cc on the doxygen exclusion list. This doesn't produce
    correct docs (e.g., ImageScalingOptions::determine isn't listed as a
    member function) but it's no worse than it was before, more correct and
    doesn't produce a warning.
    PaulPrice committed Oct 5, 2017
    Configuration menu
    Copy the full SHA
    0f92493 View commit details
    Browse the repository at this point in the history