Initial commit, version 0.1.0.
[libfsafe.git] / libfsafe / mainpage.hxx
blob85eb8ec174b99a6709af64abe03b2f7082d80b62
1 /**
2 * @mainpage
4 * @section Overview
6 * Usually, all you need is macros. The following ones
7 * exist:
9 * @li @ref ASSERT
10 * @li @ref ASSERT_PRE
11 * @li @ref ASSERT_POST
12 * @li @ref CHECKPOINT
15 * @section Usage Example
17 * The unit tests serve as compilable and runnable
18 * documentation and examples.
20 * Heres the one that is intended as a short tutorial:
22 * @c tests/Example.cxx
23 * @include Example.cxx