Skip to content

Commit

Permalink
Ignore SFMT headers in doxygen generation
Browse files Browse the repository at this point in the history
  • Loading branch information
vigsterkr committed May 6, 2013
1 parent 4255c47 commit 88ce738
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/shogun/lib/external/SFMT/SFMT.h
Expand Up @@ -34,6 +34,7 @@

#ifndef SFMTST_H
#define SFMTST_H
#ifndef DOXYGEN_SHOULD_SKIP_THIS
#if defined(__cplusplus)
extern "C" {
#endif
Expand Down Expand Up @@ -292,4 +293,6 @@ inline static double sfmt_genrand_res53_mix(sfmt_t * sfmt)
}
#endif

#endif /* DOXYGEN_SHOULD_SKIP_THIS */

#endif

0 comments on commit 88ce738

Please sign in to comment.