Fixed doxygen comments.

This commit is contained in:
Robert Osfield
2005-05-20 21:01:57 +00:00
parent 57d333fd0f
commit b8b6ed8e34
8 changed files with 28 additions and 27 deletions

View File

@@ -26,9 +26,9 @@
namespace osgParticle
{
/** An operator that applies a constant force to the particles.
Remember that if the mass of particles is expressed in <U>kg</U> and the lengths are
expressed in <U>meters</U>, then the force should be expressed in <U>Newtons</U>.
/** An operator that applies a constant force to the particles.
* Remember that if the mass of particles is expressed in kg and the lengths are
* expressed in meters, then the force should be expressed in Newtons.
*/
class ForceOperator: public Operator {
public: