doc: Ignore deprecated assertions

This commit is contained in:
Snaipe 2016-04-10 15:11:28 +02:00
parent 733153cca0
commit e24d2f3c79

View file

@ -1346,6 +1346,8 @@
# endif
/**@}*/
/** @cond CRITERION_DOC_DEPRECATED */
// The section below is here for backward compatibility purposes.
// It shall be removed in the next major version of Criterion
# ifndef CRITERION_NO_COMPAT
@ -1382,6 +1384,8 @@
# endif
/** @endcond */
# include "internal/assert.h"
#endif /* !CRITERION_ASSERT_H_ */