From 65dd3b7a5170898f05fb7c368272717a3ec9980e Mon Sep 17 00:00:00 2001 From: ArielG-NV <159081215+ArielG-NV@users.noreply.github.com> Date: Wed, 4 Sep 2024 22:12:05 -0400 Subject: Add Documentation For Auto-Generated Constructors & Initializer Lists (#4988) * Add documentation for auto-generated constructors & Initializer Lists fixes: #4903 Add documentation for auto-generated constructors & Initializer Lists, the logic behind this PR is on #4854 * clean up documentation as per review comments --------- Co-authored-by: Yong He --- docs/user-guide/toc.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/user-guide/toc.html') diff --git a/docs/user-guide/toc.html b/docs/user-guide/toc.html index ad995fe7f..c3c001d56 100644 --- a/docs/user-guide/toc.html +++ b/docs/user-guide/toc.html @@ -26,6 +26,8 @@
  • Global Variables and Shader Parameters
  • Shader Entry Points
  • Mixed Shader Entry Points
  • +
  • Auto-Generated Constructors
  • +
  • Initializer Lists
  • Basic Convenience Features -- cgit v1.2.3