Browse Source

*Adding docs generated by doxygen

Panagiotis Christopoulos Charitos 16 years ago
parent
commit
937a458c75
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Resources/ShaderProg.h

+ 1 - 1
src/Resources/ShaderProg.h

@@ -75,7 +75,7 @@ class ShaderProg: public Resource
 		const Vec<Var>& getAttribVars() const { return attribVars; } ///< Accessor to attribute vars vector
 		const Vec<Var>& getAttribVars() const { return attribVars; } ///< Accessor to attribute vars vector
 
 
 		/**
 		/**
-		 * @param name The name of the var
+		 * @param varName The name of the var
 		 * @return It returns a uniform variable and on failure it throws an error and returns something random
 		 * @return It returns a uniform variable and on failure it throws an error and returns something random
 		 */
 		 */
 		const Var& getUniVar( const char* varName ) const;
 		const Var& getUniVar( const char* varName ) const;