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 | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 tests/doc/doc-req.slang (limited to 'tests/doc/doc-req.slang') diff --git a/tests/doc/doc-req.slang b/tests/doc/doc-req.slang deleted file mode 100644 index bee11f7d4..000000000 --- a/tests/doc/doc-req.slang +++ /dev/null @@ -1,15 +0,0 @@ -//TEST:DOC:-module-name module -doc -no-codegen - -// To Test out documentation around intrinsics - -__target_intrinsic(hlsl, "someHLSLThing()") -[__requiresNVAPI] -__cuda_sm_version(2.0) -__target_intrinsic(cuda, "someCUDAThing()") -__target_intrinsic(glsl, "someGLSLThing()") -__glsl_extension(GL_EXT_NiftyExtension) -__spirv_version(1.3) -__target_intrinsic(cpp, "someCPPThing()") -void doThing() -{ -} -- cgit v1.2.3