Add missing Doxygen for SYCL functions and some others
[alexxy/gromacs.git] / src / gromacs / nbnxm / grid.cpp
index 75b44dfdcbf9c6aabf7b00b5e203335a1ec544a2..9c4b7d410854ed57846a4d5faf45c502e02575fe 100644 (file)
@@ -99,7 +99,7 @@ static real gridAtomDensity(int numAtoms, const rvec lowerCorner, const rvec upp
     return static_cast<real>(numAtoms) / (size[XX] * size[YY] * size[ZZ]);
 }
 
-// Get approximate dimensions of each cell. Returns the length along X and Y.
+//! \brief Get approximate dimensions of each cell. Returns the length along X and Y.
 static std::array<real, DIM - 1> getTargetCellLength(const Grid::Geometry& geometry, const real atomDensity)
 {
     if (geometry.isSimple)