Skip to content

Commit 6e8b9f7

Browse files
committedOct 7, 2024
Fix.
1 parent 758c68d commit 6e8b9f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎docs/build_reference.ps1

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Remove-Item -Path ".\stdlib-reference\global-decls" -Recurse -Force
1111
Remove-Item -Path ".\stdlib-reference\interfaces" -Recurse -Force
1212
Remove-Item -Path ".\stdlib-reference\types" -Recurse -Force
1313

14+
git describe --tags | Out-File -FilePath ".\stdlib-reference\_includes\version.inc" -Encoding ASCII
15+
1416
cd stdlib-reference
1517
& ../../build/Release/bin/slangc -compile-stdlib -doc
1618
Move-Item -Path ".\toc.html" -Destination ".\_includes\stdlib-reference-toc.html" -Force

‎source/slang/slang-doc-markdown-writer.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -1409,8 +1409,6 @@ void DocMarkdownWriter::writeCallableOverridable(DocumentPage* page, const ASTMa
14091409
out << "</pre>\n\n";
14101410
}
14111411

1412-
funcDoc.writeGenericParameters(out, this, callableDecl);
1413-
14141412
{
14151413
// We will use the first documentation found for each parameter type
14161414
{

0 commit comments

Comments
 (0)