diff options
| author | Xavier Claessens <xavier.claessens@collabora.com> | 2022-03-28 10:59:01 -0400 |
|---|---|---|
| committer | Xavier Claessens <xclaesse@gmail.com> | 2025-10-29 17:37:55 +0100 |
| commit | a4444c21f3890b4ae18d128864850062d6472ac6 (patch) | |
| tree | ab07416960596d2b738eebae9e8f1e100c0f1ce5 /docs/theme/extra/templates | |
| parent | f3aaebde4050c1906d69db20fc9fc2eb5c0c4371 (diff) | |
| download | meson-a4444c21f3890b4ae18d128864850062d6472ac6.tar.gz | |
Add snippets.symbol_visibility_header() method
Defining public API in a cross platform library is painful, especially
on Windows. Since every library have to define pretty much the same
macros, better do it in Meson.
Diffstat (limited to 'docs/theme/extra/templates')
| -rw-r--r-- | docs/theme/extra/templates/navbar_links.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/theme/extra/templates/navbar_links.html b/docs/theme/extra/templates/navbar_links.html index f16489896..ac4a6fe10 100644 --- a/docs/theme/extra/templates/navbar_links.html +++ b/docs/theme/extra/templates/navbar_links.html @@ -26,6 +26,7 @@ ("Qt6-module.html","Qt6"), \ ("Rust-module.html","Rust"), \ ("Simd-module.html","Simd"), \ + ("Snippets-module.html","Snippets"), \ ("SourceSet-module.html","SourceSet"), \ ("Wayland-module.html","Wayland"), \ ("Windows-module.html","Windows")]: |
