fixes for make the release ready
[nobug.git] / doc / parametertable.txt
blobdd5fc1831d151b1a8a17df9f4e08f72cd891d29e
1 HEAD~ Parameters types;;
3 We use names for parameters which descripe their type. This names are
4 orthogonal through all macro definitions.
6 [grid="all"]
7 `---------`------------------------------------------------------------------
8 `when`    Assertion is only performed if expression `when` is true at runtime
9 `expr`    Test without side effects
10 `fmt`     printf-like format string
11 `...`     If not preceded by `fmt`, then printf-like format string followed by its arguments; otherwise, only its arguments
12 `flag`    Flag to enable custom logging groups
13 `type`    Data type to be checked as a single identifier name
14 `pointer` Pointer to type
15 `lvl`     Log level
16 `depth`   Depth for invariants and dumps
17 ---------------------------------------------------------------------------