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

Fix cartesian_product dox #4700

Merged
merged 2 commits into from
Feb 8, 2023
Merged

Fix cartesian_product dox #4700

merged 2 commits into from
Feb 8, 2023

Conversation

nilsvu
Copy link
Member

@nilsvu nilsvu commented Feb 7, 2023

Functions without a namespace don't show up in the dox by default.

Proposed changes

Upgrade instructions

Code review checklist

  • The code is documented and the documentation renders correctly. Run
    make doc to generate the documentation locally into BUILD_DIR/docs/html.
    Then open index.html.
  • The code follows the stylistic and code quality guidelines listed in the
    code review guide.
  • The PR lists upgrade instructions and is labeled bugfix or
    new feature if appropriate.

Further comments

@nilsvu nilsvu added the bugfix label Feb 7, 2023
@nilsvu nilsvu requested a review from kidder February 7, 2023 00:20
* \brief The Cartesian product of a sequence arrays
*
* Returns a `std::array` with all possible combinations of the input arrays.
* The last dimension varies fastest.
*
* \example
* \snippet Test_CartesianProduct.cpp cartesian_product
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think a better (or additional example) is how it is used in Test_Wedge3D

Functions without a namespace don't show up in the dox by default.
@nilsvu
Copy link
Member Author

nilsvu commented Feb 7, 2023

changed the example, and pushed a commit propagating the function to a few more domain creator tests

kidder
kidder previously approved these changes Feb 7, 2023
@kidder
Copy link
Member

kidder commented Feb 7, 2023

@nilsvu this isn't compiling...

@kidder kidder enabled auto-merge February 7, 2023 20:10
@kidder kidder added the auto-merge GitHub's auto-merge has been enabled for this PR. label Feb 7, 2023
@kidder kidder merged commit f0c6e37 into sxs-collaboration:develop Feb 8, 2023
@nilsvu nilsvu deleted the fix_dox branch February 16, 2023 17:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-merge GitHub's auto-merge has been enabled for this PR. bugfix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants