mirror of
https://github.com/openmm/openmm
synced 2026-06-03 06:39:48 +09:00
skip the documentation for forward declarations
This commit is contained in:
@@ -277,9 +277,12 @@ public:
|
||||
*/
|
||||
int addParticle(const Vec3& displacement1, const Vec3& displacement0=Vec3());
|
||||
|
||||
/// @cond
|
||||
// Documentation is suppressed for the following forward declarations
|
||||
class CoordinateTransformation;
|
||||
class FixedDisplacement;
|
||||
class ParticleOffsetDisplacement;
|
||||
/// @endcond
|
||||
|
||||
/**
|
||||
* Add a particle to the force with a coordinate transformation method
|
||||
|
||||
Reference in New Issue
Block a user