Random cosmetic fixes
[alexxy/gromacs.git] / src / gromacs / utility / template_mp.h
index 8eda416476c0036c64ef82424dae389045591600..acd3744f022d5acd94e452e4eed5ba60c88b5dac 100644 (file)
@@ -60,7 +60,8 @@ auto dispatchTemplatedFunction(Function&& f)
     return std::forward<Function>(f)();
 }
 
-/** \internal \brief Helper function to select appropriate template based on runtime values.
+/*! \internal \brief
+ * Helper function to select appropriate template based on runtime values.
  *
  * Can use enums or booleans for template parameters.
  * These enums must have a member \c Count indicating the total number of valid values.