doc: Add missing assert() function [skip ci]

pull/4365/head
Xavier Claessens 6 years ago committed by Jussi Pakkanen
parent 253fcb37af
commit b9e405c634
  1. 8
      docs/markdown/Reference-manual.md

@ -112,6 +112,14 @@ Note that all these options are also available while running the
`meson test` script for running tests instead of `ninja test` or
`msbuild RUN_TESTS.vcxproj`, etc depending on the backend.
### assert()
``` meson
void assert(*condition*, *message*)
```
Abort with an error message if `condition` evaluates to `false`.
### benchmark()
``` meson

Loading…
Cancel
Save