Nblib doc fixes
[alexxy/gromacs.git] / api / nblib / particletype.h
index f5d86bb39e685c839614280021eb7f49981c590b..da43f972ce09e8e79ad45c1ad20d069d6f477e3e 100644 (file)
@@ -62,7 +62,7 @@ using ParticleTypeName = StrongType<std::string, struct ParticleTypeNameParamete
 //! Named type for particle mass
 using Mass = StrongType<real, struct MassParameter>;
 
-// Shorthand for a map used for looking up non-bonded parameters using particle types
+//! Shorthand for a map used for looking up non-bonded parameters using particle types
 //! Named type for the C6 parameter in the Lennard-Jones potential
 using C6 = StrongType<real, struct C6Parameter>;
 //! Named type for the C12 parameter in the Lennard-Jones potential