From a4444c21f3890b4ae18d128864850062d6472ac6 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Mon, 28 Mar 2022 10:59:01 -0400 Subject: 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. --- docs/theme/extra/templates/navbar_links.html | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/theme') 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")]: -- cgit v1.2.3