diff options
| author | Yong He <yonghe@outlook.com> | 2024-10-15 14:21:21 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-15 14:21:21 -0700 |
| commit | ba26c2d7020b41e0d348c7235f86a4232982ab9e (patch) | |
| tree | 051f407170d724ba0196b6e174241548b2bd2230 /docs/build_reference.ps1 | |
| parent | 3e170c732bfcd2aedf78deb047db94e196a1b83a (diff) | |
Add stdlib documentation for attributes and interfaces. (#5297)
* Add stdlib documentation for attributes and interfaces.
* Fix name mangling to avoid collision of functions in different extensions.
* Fix doc.
Diffstat (limited to 'docs/build_reference.ps1')
| -rw-r--r-- | docs/build_reference.ps1 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/build_reference.ps1 b/docs/build_reference.ps1 index d08d7b30d..ebf745244 100644 --- a/docs/build_reference.ps1 +++ b/docs/build_reference.ps1 @@ -26,6 +26,7 @@ else { Remove-Item -Path ".\stdlib-reference\global-decls" -Recurse -Force Remove-Item -Path ".\stdlib-reference\interfaces" -Recurse -Force Remove-Item -Path ".\stdlib-reference\types" -Recurse -Force +Remove-Item -Path ".\stdlib-reference\attributes" -Recurse -Force # Use git describe to produce a version string and write it to _includes/version.inc. # This file will be included by the stdlib-reference Jekyll template. |
