Jump to content

Birds Eye View/Examples: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 12: Line 12:
To review all the examples and source code documentation please build the library with documentation support as follows:
To review all the examples and source code documentation please build the library with documentation support as follows:


<source lang="bash">
<syntaxhighlight lang=bash>
mkdir build && cd build
mkdir build && cd build
meson -Ddoc=enabled ..
meson -Ddoc=enabled ..
</source>
</syntaxhighlight>


And open the generated documentation (root-dir/docs/index.html) with your favorite browser.
And open the generated documentation (root-dir/docs/index.html) with your favorite browser.
Cookies help us deliver our services. By using our services, you agree to our use of cookies.