Skip to content

Commit

Permalink
Fix doxygen compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
Soeren Sonnenburg committed Jan 25, 2018
1 parent fad3dfe commit b4e9249
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/shogun/io/Serializable.h
Expand Up @@ -40,6 +40,7 @@
namespace shogun
{

#ifndef DOXYGEN_SHOULD_SKIP_THIS
template<typename T>
struct extract_value_type
{
Expand All @@ -51,6 +52,7 @@ struct extract_value_type<X<T, Args...>>
{
typedef T value_type;
};
#endif

/** @brief A trait that makes a none SGObject SG-serializable
* This only works with classes derived of SGReferencedData (SGVector, SGMatrix etc)
Expand Down

0 comments on commit b4e9249

Please sign in to comment.