Skip to content

Commit

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

#ifndef DSFMT_H
#define DSFMT_H
#ifndef DOXYGEN_SHOULD_SKIP_THIS
#if defined(__cplusplus)
extern "C" {
#endif
Expand Down Expand Up @@ -631,4 +632,6 @@ inline static void fill_array_close1_open2(double array[], int size) {
}
#endif

#endif /* DOXYGEN_SHOULD_SKIP_THIS */

#endif /* DSFMT_H */

0 comments on commit e659378

Please sign in to comment.