Skip to content

Commit

Permalink
[Doc][VecOps][NFC] Add all functions in VecOps to the Doxygen group
Browse files Browse the repository at this point in the history
  • Loading branch information
stwunsch committed Mar 29, 2021
1 parent cf6f7f1 commit b8aaf3c
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions math/vecops/inc/ROOT/RVec.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
* For the list of contributors see $ROOTSYS/README/CREDITS. *
*************************************************************************/

/**
\defgroup vecops VecOps
*/

#ifndef ROOT_RVEC
#define ROOT_RVEC

Expand Down Expand Up @@ -124,10 +120,18 @@ void EmplaceBack(std::vector<bool> &v, Args &&... args)
} // End of Internal NS

namespace VecOps {

// Note that we open here with @{ the Doxygen group vecops and it is
// closed again at the end of the C++ namespace VecOps
/**
* \defgroup vecops VecOps
* A "std::vector"-like collection of values implementing handy operation to analyse them
* @{
*/

// clang-format off
/**
\class ROOT::VecOps::RVec
\ingroup vecops
\brief A "std::vector"-like collection of values implementing handy operation to analyse them
\tparam T The type of the contained objects
Expand Down Expand Up @@ -1873,6 +1877,8 @@ RVEC_EXTERN_VDT_UNARY_FUNCTION(double, fast_atan)

#endif // _VECOPS_USE_EXTERN_TEMPLATES

/** @} */ // end of Doxygen group vecops

} // End of VecOps NS

// Allow to use RVec as ROOT::RVec
Expand Down

0 comments on commit b8aaf3c

Please sign in to comment.