Add missing Doxygen for SYCL functions and some others
[alexxy/gromacs.git] / src / gromacs / mdlib / update_constrain_gpu_internal_sycl.cpp
index 1843b2f75b871d127bb1ade517e1bdaaa2ec2aae..f7113a203fdbc55bf765052ad94dbb71b73cc3a1 100644 (file)
@@ -55,6 +55,7 @@ class ScaleKernel;
 namespace gmx
 {
 
+//! \brief Function returning the scaling kernel lambda.
 static auto scaleKernel(cl::sycl::handler&                                         cgh,
                         DeviceAccessor<Float3, cl::sycl::access::mode::read_write> a_x,
                         const ScalingMatrix                                        scalingMatrix)