From a508b264eda4bc3c99ba1f44eab1dec6e5ce06c0 Mon Sep 17 00:00:00 2001 From: Jay Kwak <82421531+jkwak-work@users.noreply.github.com> Date: Fri, 25 Oct 2024 21:12:37 -0700 Subject: Swap the term StdLib with Core-Module or Standard-Module in documents (#5414) This PR is limited to documents. All use of "Standard library" or "StdLib" are replaced with either "core module" or "standard modules", depending on the context. --- docs/doc-system.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/doc-system.md') diff --git a/docs/doc-system.md b/docs/doc-system.md index 1eb55f817..d552bf1e4 100644 --- a/docs/doc-system.md +++ b/docs/doc-system.md @@ -85,7 +85,7 @@ Currently the Slang doc system does not support any of the 'advanced' doxygen do Currently the only documentation style supported is a single file 'markdown' output. Future versions will support splitting into multiple files and linking between them. Also future versions may also support other documentation formats/standards. -It is possible to generate documentation for Slangs internal `stdlib`. This can be achieved with `slangc` via +It is possible to generate documentation for the slang core module. This can be achieved with `slangc` via ``` slangc -doc -compile-core-module -- cgit v1.2.3