Add missing Doxygen for SYCL functions and some others
[alexxy/gromacs.git] / src / gromacs / mdlib / settle_gpu_internal_sycl.cpp
index 340b39bb7357ec66f92314e766ebc897b34fa34d..3e5b56fdf309e8cd8f8c46f190b42486d3bca814 100644 (file)
@@ -59,6 +59,7 @@ using cl::sycl::access::target;
 //! Number of work-items in a work-group
 constexpr static int sc_workGroupSize = 256;
 
+//! \brief Function returning the SETTLE kernel lambda.
 template<bool updateVelocities, bool computeVirial>
 auto settleKernel(cl::sycl::handler&                                           cgh,
                   const int                                                    numSettles,
@@ -349,6 +350,7 @@ auto settleKernel(cl::sycl::handler&                                           c
 template<bool updateVelocities, bool computeVirial>
 class SettleKernelName;
 
+//! \brief SETTLE SYCL kernel launch code.
 template<bool updateVelocities, bool computeVirial, class... Args>
 static cl::sycl::event launchSettleKernel(const DeviceStream& deviceStream, int numSettles, Args&&... args)
 {