This website requires JavaScript.
Explore
Help
Sign In
jimzah
/
zig
Watch
1
Star
0
Fork
0
You've already forked zig
mirror of
https://github.com/ziglang/zig.git
synced
2024-11-30 09:02:32 +00:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
87863a834b
zig
/
doc
/
langref
/
enum_export.zig
7 lines
93 B
Zig
Raw
Normal View
History
Unescape
Escape
migrate langref documentation generation to the build system
2024-04-25 01:41:47 +01:00
const
Foo
=
enum
(
c_int
)
{
a
,
b
,
c
}
;
Build: cleanup * `doc/langref` formatting * upgrade `.{ .path = "..." }` to `b.path("...")` * avoid using arguments named `self` * make `Build.Step.Id` usage more consistent * add `Build.pathResolve` * use `pathJoin` and `pathResolve` everywhere * make sure `Build.LazyPath.getPath2` returns an absolute path
2024-05-04 19:29:17 +01:00
export
fn
entry
(
foo
:
Foo
)
void
{
_
=
foo
;
}
migrate langref documentation generation to the build system
2024-04-25 01:41:47 +01:00
// obj
Reference in New Issue
Copy Permalink