Fix random doxygen warnings and typos
[alexxy/gromacs.git] / src / gromacs / nbnxm / nbnxm_gpu.h
index 600bd20a62d7e27165604de21e2a6d6efd8b6298..b18d16a7a46a2ed2b874bcad2038d44df3c6edc3 100644 (file)
@@ -288,7 +288,8 @@ void nbnxn_gpu_init_x_to_nbat_x(const Nbnxm::GridSet gmx_unused& gridSet,
  * \param[in,out] gpu_nbv          The nonbonded data GPU structure.
  * \param[in]     d_x              Device-side coordinates in plain rvec format.
  * \param[in]     xReadyOnDevice   Event synchronizer indicating that the coordinates are ready in
- * the device memory. \param[in]     locality         Copy coordinates for local or non-local atoms.
+ * the device memory.
+ * \param[in]     locality         Copy coordinates for local or non-local atoms.
  * \param[in]     gridId           Index of the grid being converted.
  * \param[in]     numColumnsMax    Maximum number of columns in the grid.
  */