From c42a9faad8d84f7bd05457d5f8e1fe45d6eecfa2 Mon Sep 17 00:00:00 2001 From: Yong He Date: Tue, 8 Oct 2024 13:29:57 -0700 Subject: Overhaul docgen tool and setup CI to generate stdlib reference. (#5232) * Overhaul docgen tool and setup CI to generate stdlib reference. * Fix build error. * Write parsed doc for all decls. * fix. * fix callout. * Fix. * Fix comment. * Fix. * Delete obsolete doc tests. * Fix. * Categorize functions and types. * Fix CI. * Update comments. --- tests/doc/doc-req.slang.expected | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 tests/doc/doc-req.slang.expected (limited to 'tests/doc/doc-req.slang.expected') diff --git a/tests/doc/doc-req.slang.expected b/tests/doc/doc-req.slang.expected deleted file mode 100644 index 51421cdc7..000000000 --- a/tests/doc/doc-req.slang.expected +++ /dev/null @@ -1,18 +0,0 @@ -result code = 0 -standard error = { --------------------------------------------------------------------------------- -# `doThing` - -## Signature - -``` -void doThing(); -``` - -## Availability - -**GLSL** `GL_EXT_NiftyExtension`, `SPIR-V 1.3` **HLSL** `NVAPI` **CPP** **CUDA** `SM 2.0` - -} -standard output = { -} -- cgit v1.2.3