Add missing Doxygen for SYCL functions and some others
[alexxy/gromacs.git] / src / gromacs / nbnxm / sycl / nbnxm_sycl_kernel.h
index dd7f52138d9c2c850b2254577b6b7054ef313aa5..bb256a8482cdb9bb4a56001aebd0d23016ec8ab5 100644 (file)
@@ -53,6 +53,12 @@ namespace Nbnxm
 {
 using gmx::InteractionLocality;
 
+/*! Launch SYCL NBNXM kernel.
+ *
+ * \param nb Non-bonded parameters.
+ * \param stepWork Workload flags for the current step.
+ * \param iloc Interaction locality.
+ */
 void launchNbnxmKernel(NbnxmGpu* nb, const gmx::StepWorkload& stepWork, const InteractionLocality iloc);
 
 } // namespace Nbnxm