Skip to content

Commit

Permalink
fix comment type to get it integrated in doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
Soeren Sonnenburg committed Sep 15, 2011
1 parent 73e9943 commit 9c69c84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shogun/preprocessor/Preprocessor.h
Expand Up @@ -96,7 +96,7 @@ class CPreprocessor : public CSGObject
/** @return class of features preprocessor deals with */
virtual EFeatureClass get_feature_class()=0;

/* @return the actual type of the preprocessor */
/** @return the actual type of the preprocessor */
virtual EPreprocessorType get_type() const=0;
};
}
Expand Down

0 comments on commit 9c69c84

Please sign in to comment.