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

Conversation

PaulPrice
Copy link
Contributor

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.

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 PaulPrice merged commit 0f92493 into master Oct 5, 2017
@ktlim ktlim deleted the tickets/DM-12095 branch August 25, 2018 06:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant