OSDN Git Service

Fix for broken Javadoc in Material
authorskye.book <skye.book@75d07b2b-3a1a-0410-a2c5-0572b91ccdca>
Wed, 19 Oct 2011 15:33:13 +0000 (15:33 +0000)
committerskye.book <skye.book@75d07b2b-3a1a-0410-a2c5-0572b91ccdca>
Wed, 19 Oct 2011 15:33:13 +0000 (15:33 +0000)
git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8462 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

engine/src/core/com/jme3/material/Material.java

index 3b88254..1c6c8c3 100644 (file)
@@ -72,9 +72,9 @@ import java.util.logging.Logger;
 /**
  * <code>Material</code> describes the rendering style for a given
  * {@link Geometry}.
- * <p>A material is essentially a list of {
- * @link MatParam parameters}, those parameters map to uniforms which are
- * defined in a shader.  Setting the parameters can modify the behavior of a
+ * <p>A material is essentially a list of {@link MatParam parameters},
+ * those parameters map to uniforms which are defined in a shader.
+ * Setting the parameters can modify the behavior of a
  * shader.
  * <p/>
  * @author Kirill Vainer