Skip to content

Commit

Permalink
fix documentation to fix doxygen warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Soeren Sonnenburg committed Jan 2, 2012
1 parent 278e855 commit 046471c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion src/shogun/base/ParameterMap.h
Expand Up @@ -50,7 +50,7 @@ class SGParamInfo
SGParamInfo(const TParameter* param, int32_t param_version);

/** copy constructor
* @param element to copy from
* @param orig element to copy from
*/
SGParamInfo(const SGParamInfo& orig);

Expand Down Expand Up @@ -91,6 +91,7 @@ class SGParamInfo
/** primitive type */
EPrimitiveType m_ptype;

/** version of the parameter */
int32_t m_param_version;
};

Expand Down
3 changes: 1 addition & 2 deletions src/shogun/kernel/WeightedDegreePositionStringKernel.h
Expand Up @@ -268,8 +268,7 @@ class CWeightedDegreePositionStringKernel: public CStringKernel<char>

/** set subkernel weights
*
* @param weights2 weights
* @param num_weights2 number of weights
* @param w weights
*/
virtual void set_subkernel_weights(SGVector<float64_t> w)
{
Expand Down
2 changes: 1 addition & 1 deletion src/shogun/kernel/WeightedDegreeStringKernel.h
Expand Up @@ -289,7 +289,7 @@ class CWeightedDegreeStringKernel: public CStringKernel<char>

/** set subkernel weights
*
* @param wweights
* @param w weights
*/
virtual void set_subkernel_weights(SGVector<float64_t> w)
{
Expand Down

0 comments on commit 046471c

Please sign in to comment.